Very Simple Notepad Firefox

Examine source code of Very Simple Notepad

提供元: Useful Programmer
Inspect and view changes in Very Simple Notepad source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Notepad",
  "description": "Simple notepad extension that saves what you jot down",
  "version": "1.0",
  "icons": {
    "19": "imgs/icon19.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "browser_action": {
    "default_icon": "imgs/icon19.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}

ベストのVery Simple Notepad代替案

Very Simple Notepadに類似したFirefox add-onをいくつか紹介します: