Auto-Save Notepad Firefox

Examine source code of Auto-Save Notepad

By: Elwood
Inspect and view changes in Auto-Save 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-1deb-3d31-bc5a-1a7f3eb28134}"
    }
  }
}

Best Auto-Save Notepad Alternatives

Here are some Firefox add-ons that are similar to Auto-Save Notepad: