Simplified Cursor Control Firefox

Examine source code of Simplified Cursor Control

提供元: SimpleGest Group
Inspect and view changes in Simplified Cursor Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hyperlink Enlarger",
  "description": "Enlarge hyperlink on Google search page.",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "activeTab",
    "http://*/",
    "https://*/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "/images/off.png",
    "default_title": "HyperLink Enlarger"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.6.0.min.js"
      ]
    }
  ]
}

ベストのSimplified Cursor Control代替案

Simplified Cursor Controlに類似したFirefox add-onをいくつか紹介します: