easyGestures N Firefox

Examine source code of easyGestures N

Inspect and view changes in easyGestures N source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "easyGestures N",
  "version": "6.9",
  "description": "__MSG_extensionDescription__",
  "author": "Nicolás González-Deleito",
  "homepage_url": "https://github.com/ngdeleito/easyGestures",
  "icons": {
    "48": "icon48.png",
    "122": "icon122.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "easyGesturesN@ngdeleito.eu",
      "strict_min_version": "139.0"
    }
  },
  "default_locale": "en",
  "permissions": [
    "tabGroups",
    "search",
    "storage",
    "webNavigation"
  ],
  "optional_permissions": [
    "<all_urls>",
    "bookmarks",
    "browserSettings",
    "clipboardRead",
    "clipboardWrite",
    "downloads",
    "find",
    "sessions"
  ],
  "background": {
    "scripts": [
      "background/eGUtils.js",
      "background/eGContext.js",
      "background/eGActions.js",
      "background/eGPrefs.js",
      "background/easyGesturesN-background.js"
    ],
    "type": "module",
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "exclude_matches": [
        "http://*/*.svg",
        "http://*/*.svg?*",
        "https://*/*.svg",
        "https://*/*.svg?*",
        "file:///*.svg"
      ],
      "css": [
        "content/easyGesturesN.css"
      ],
      "js": [
        "content/eGActionsContent.js",
        "content/eGPieMenu.js",
        "content/easyGesturesN-content.js"
      ],
      "run_at": "document_end",
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    "content/*.svg"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true,
    "browser_style": false
  }
}

Best easyGestures N Alternatives

Here are some Firefox add-ons that are similar to easyGestures N: