Edit Page Text Firefox

Examine source code of Edit Page Text

Inspect and view changes in Edit Page Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Edit Page Text",
  "description": "Edit texts in web pages easily",
  "version": "1.0.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "128": "icon/128.png",
    "512": "icon/512.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Edit Page Text",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc4d5c4c-dbad-4e6f-a7d2-29e6ce2956de}"
    }
  }
}

Best Edit Page Text Alternatives

Here are some Firefox add-ons that are similar to Edit Page Text: