Localhost Tab Label Firefox

Examine source code of Localhost Tab Label

提供元: Andrew Heiss Add-on
Inspect and view changes in Localhost Tab Label source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Localhost Tab Label",
  "description": "Adds a configurable prefix to the page title for tabs that have localhost pages loaded.",
  "version": "0.9.0",
  "author": "Andrew Heiss",
  "homepage_url": "https://github.com/andrewheiss/localhost-tab-label",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://localhost/*",
        "*://127.0.0.1/*",
        "*://0.0.0.0/*",
        "*://*.local/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "localhost-tab-label@andrewheiss.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

ベストのLocalhost Tab Label代替案

Localhost Tab Labelに類似したFirefox add-onをいくつか紹介します: