SimpleForm Firefox

Examine source code of SimpleForm

제작자: Simple Complexity Add-on
Inspect and view changes in SimpleForm source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "SimpleForm",
  "version": "1.15",
  "manifest_version": 3,
  "description": "Adds tooltip icons to form to show definitions on hover. Features refresh, toggle visibility, and text lookup.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "backgroundScript.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "SC_COLOR.png",
        "icon128.png",
        "icon16.png",
        "icon48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "marketing@simple-complexity.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 SimpleForm 대안

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