GitHub Username Highlighter Firefox

Examine source code of GitHub Username Highlighter

提供元: Mike Crittenden
Inspect and view changes in GitHub Username Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Username Highlighter",
  "version": "1.0.0",
  "description": "Highlight arbitrary usernames on the GitHub merge queue",
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@github-username-highlighter",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/queue"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_page": "options.html",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

ベストのGitHub Username Highlighter代替案

GitHub Username Highlighterに類似したFirefox add-onをいくつか紹介します: