ShortcutKey2URL (WebExtensions) Firefox

Examine source code of ShortcutKey2URL (WebExtensions)

By: onozaty
Inspect and view changes in ShortcutKey2URL (WebExtensions) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "4.5.2",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://github.com/onozaty/firefox-shortcutkey2url",
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "actions.js",
      "settings.js",
      "handler.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>",
    "clipboardWrite",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shortcutkey2url@enjoyxstudy.com"
    }
  },
  "browser_action": {
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "ShortcutKey2URL",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": false,
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Command+Period"
      }
    }
  },
  "default_locale": "en"
}

Best ShortcutKey2URL (WebExtensions) Alternatives

Here are some Firefox add-ons that are similar to ShortcutKey2URL (WebExtensions):