FF Notes Firefox

Examine source code of FF Notes

Inspect and view changes in FF Notes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FF Notes",
  "description": "A simple notepad extension for Firefox",
  "version": "1.5.3",
  "browser_action": {
    "default_icon": "img/128_icon.png",
    "default_popup": "index.html",
    "default_title": "Click to start typing..."
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      }
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "downloads",
    "contextMenus"
  ],
  "icons": {
    "16": "img/16_icon.png",
    "48": "img/48_icon.png",
    "128": "img/128_icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{008d3670-383f-45a1-bfda-8f37daa1f04e}"
    }
  }
}

Best FF Notes Alternatives

Here are some Firefox add-ons that are similar to FF Notes: