Basic Gestures Firefox

Examine source code of Basic Gestures

提供元: BPS
Inspect and view changes in Basic Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Basic Gestures",
  "version": "1.5",
  "description": "Basic mouse gestures for back/forward, new/close tab and scroll to top/bottom.",
  "applications": {
    "gecko": {
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "gestures.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icons/icon_19.png"
  }
}

ベストのBasic Gestures代替案

Basic Gesturesに類似したFirefox add-onをいくつか紹介します: