Context Menu Notepad Firefox

Examine source code of Context Menu Notepad

By: Parker
Inspect and view changes in Context Menu Notepad source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.2.0",
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "/v2/chrome.action.js",
      "/v2/chrome.contextMenus.create.js",
      "/v2/chrome.runtime.js",
      "/v2/chrome.windows.create.js",
      "/v2/chrome.windows.get.js",
      "/v2/chrome.windows.getCurrent.js",
      "worker.js"
    ]
  },
  "options_ui": {
    "page": "data/options/index.html"
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "{21231243-3deb-1d81-bc2a-6a7f3eb22134}"
    }
  }
}

Best Context Menu Notepad Alternatives

Here are some Firefox add-ons that are similar to Context Menu Notepad: