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입니다: