Web Editor Firefox

Examine source code of Web Editor

Inspect and view changes in Web Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Web Editor",
  "version": "1.0.7",
  "description": "Forget about all the Code chaos and Customize your website in a handy way",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/common.js",
        "js/colr_pickr.min.js",
        "js/data_fetch.js",
        "js/data_bind.js",
        "js/temaplate.js",
        "js/gradient.js",
        "content.js"
      ],
      "css": [
        "css/web-editor-styles.css",
        "css/colr_pickr.min.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/webeditor16.png",
      "32": "images/webeditor32.png",
      "48": "images/webeditor48.png",
      "128": "images/webeditor128.png"
    }
  },
  "icons": {
    "16": "images/webeditor16.png",
    "32": "images/webeditor32.png",
    "48": "images/webeditor48.png",
    "128": "images/webeditor128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{71b334c9-c1da-4e18-9637-88d69e74e3d2}"
    }
  }
}

Best Web Editor Alternatives

Here are some Firefox add-ons that are similar to Web Editor: