Touch Scroll Pad Firefox

Examine source code of Touch Scroll Pad

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"
        ]
      }
    }
  }
}

Meilleures alternatives Touch Scroll Pad

Voici quelques Firefox add-ons qui sont similaires à Touch Scroll Pad :