GitHub Trending Button Firefox

Examine source code of GitHub Trending Button

제작자: MacielG1
Inspect and view changes in GitHub Trending Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Trending Button",
  "version": "1.4",
  "description": "Adds a button with a link to the GitHub Trending page",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-trending@macielg1.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 GitHub Trending Button 대안

다음은 GitHub Trending Button과(와) 유사한 Firefox add-on입니다: