Localhost Shortcut Firefox

Examine source code of Localhost Shortcut

Par : Kees Kroep Add-on
Inspect and view changes in Localhost Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Localhost Shortcut",
  "version": "1.0.0",
  "description": "Open localhost ports from the Firefox address bar using the l keyword.",
  "omnibox": {
    "keyword": "l"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "localhost-shortcut@example.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Localhost Shortcut

Voici quelques Firefox add-ons qui sont similaires à Localhost Shortcut :