JulaingMouseGestures Firefox

Examine source code of JulaingMouseGestures

By: julaing
Inspect and view changes in JulaingMouseGestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Julaing Mouse Gestures",
  "version": "1.0.2",
  "description": "コンテキスト対応のマウスジェスチャー拡張機能",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "sessions",
    "storage",
    "downloads",
    "browserSettings",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "config.js",
        "content.js"
      ],
      "css": [
        "gesture.css"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a29e078a-1014-4889-ac91-fbd8b8080afd}",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best JulaingMouseGestures Alternatives

Here are some Firefox add-ons that are similar to JulaingMouseGestures: