GitHub: My Profile Link Firefox

Examine source code of GitHub: My Profile Link

제작자: Helton Ricardo
Inspect and view changes in GitHub: My Profile Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub: My Profile Link",
  "version": "3.0.1",
  "author": "Helton Ricardo",
  "description": "A browser extension that adds a convenient link to your GitHub profile in the existing navigation bar.",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "helton.contato@proton.me",
      "strict_min_version": "58.0"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png",
    "256": "assets/icons/icon256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/img/my-profile.svg"
      ],
      "matches": [
        "https://github.com/*"
      ]
    }
  ]
}

최고의 GitHub: My Profile Link 대안

다음은 GitHub: My Profile Link과(와) 유사한 Firefox add-on입니다: