Skip to content

nadProg/content-editable-extension

Repository files navigation

📝 Content Editable

Mozilla Add-on License: MIT GitHub Stars

A simple Firefox extension that enables contentEditable mode on any webpage with a single click.

🚀 Features

  • ✅ Toggle body contentEditable attribute
  • ✅ Works on any webpage
  • ✅ Lightweight & open-source

🔒 Permissions

This extension requires the following permissions:

  • tabs – To detect the active tab and modify its content.
  • activeTab – To modify the currently active page.
  • scripting – To inject scripts that enable content editing.

Your privacy is important! This extension does not collect any personal data or track your browsing activity.

📥 Installation

🔥 Firefox (AMO)

  1. Go to the official add-on page
  2. Click Add to Firefox

🎮 Usage

  1. Click the extension icon in the toolbar
  2. The page becomes editable (you can modify any text)
  3. Click again to disable edit mode

💡 Contributing

Contributions are welcome! Feel free to submit an issue or pull request. See the Contribution Guide for more details.

🛠️ For Firefox Add-on Reviewers

Prerequisites

  • Install Node.js (LTS version recommended)
  • Install web-ext:
    npm install -g web-ext

Build Steps

  • Install dependencies
    npm install
  • Compile the extension into web-ext-artifacts directory
    npm run build

📜 License

This project is licensed under the MIT License.

🌎 Links

About

A simple Firefox extension that enables "contentEditable" mode on any webpage with a single click.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published