Touch Scroll Pad Firefox

Examine source code of Touch Scroll Pad

제작자: WebKite Studio
Inspect and view changes in Touch Scroll Pad source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Touch Scroll Pad",
  "version": "1.0",
  "description": "Adds a floating trackpad overlay to scroll pages smoothly via touch or mouse dragging.",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Scroll Pad Configuration",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "touch-scroll-pad@yourdomain.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Touch Scroll Pad 대안

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