Linky Firefox

Examine source code of Linky

By: Scand
Inspect and view changes in Linky source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.2",
  "incognito": "not_allowed",
  "author": "Scand",
  "homepage_url": "https://github.com/Scandltd/linky/",
  "default_locale": "en",
  "icons": {
    "48": "src/icons/icon-linky-48.svg",
    "96": "src/icons/icon-linky-48.svg"
  },
  "options_ui": {
    "page": "src/options/options.html",
    "open_in_tab": true
  },
  "background": {
    "page": "src/index.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Alt+L",
        "mac": "MacCtrl+Alt+L"
      },
      "description": "__MSG_shortcutsDescriptionInBrowserManageExtension__"
    }
  },
  "permissions": [
    "activeTab",
    "menus",
    "cookies",
    "contextualIdentities",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "src/icons/icon-linky-48.svg",
      "96": "src/icons/icon-linky-48.svg"
    },
    "default_title": "__MSG_extensionName__"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "48": "src/icons/icon-linky-48.svg",
      "96": "src/icons/icon-linky-48.svg"
    },
    "default_title": "__MSG_extensionContextMenuLink__"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "linky@scand.com",
      "strict_min_version": "102.0"
    }
  }
}

Best Linky Alternatives

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