NoteTheWeb Firefox

Examine source code of NoteTheWeb

Inspect and view changes in NoteTheWeb source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A firefox extension that lets you draw on web pages.",
  "manifest_version": 2,
  "name": "NoteTheWeb",
  "version": "0.0.4",
  "homepage_url": "https://github.com/CannibalKush/firefox-draw",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "notetheweb.bundle.js"
      ],
      "css": [
        "src/styles.css"
      ]
    }
  ],
  "icons": {
    "48": "./icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "./icon.png",
    "default_title": "NoteTheWeb",
    "default_popup": "src/popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "notetheweb@cannibal.kush",
      "strict_min_version": "58.0"
    }
  }
}

Best NoteTheWeb Alternatives

Here are some Firefox add-ons that are similar to NoteTheWeb: