Cursor Scroll - Precision Firefox

Examine source code of Cursor Scroll - Precision

제작자: reklai Add-on
Inspect and view changes in Cursor Scroll - Precision source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cursor Scroll - Middle-Click Precision",
  "version": "1.0.0",
  "description": "Middle-click scroll mode: lock a direction, then move the page with tiny mouse strokes. Precise, low-effort control for long pages.",
  "browser_specific_settings": {
    "gecko": {
      "id": "@cursor-scroll.reklai",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "all_frames": false,
      "match_about_blank": false,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "optionsPage/optionsPage.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_popup": "toolbarPopup/toolbarPopup.html",
    "default_title": "Cursor Scroll"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  }
}

최고의 Cursor Scroll - Precision 대안

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