Edit Page Text Firefox

Examine source code of Edit Page Text

제작자: Burak Unver
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}"
    }
  }
}

최고의 Edit Page Text 대안

다음은 Edit Page Text과(와) 유사한 Firefox add-on입니다: