ScratchPad Web Firefox

Examine source code of ScratchPad Web

Inspect and view changes in ScratchPad Web source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ScratchPad Web",
  "description": "Facility for providing sketching functions.",
  "version": "2.0",
  "permissions": [
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "page": "background-page.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js",
        "extra/content_common.js",
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "extension_ids": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": "default-64.png",
    "default_title": "ScratchPad Web"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; upgrade-insecure-requests;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "a@a."
    },
    "gecko_android": {}
  },
  "manifest_version": 3
}

최고의 ScratchPad Web 대안

다음은 ScratchPad Web과(와) 유사한 Firefox add-on입니다: