CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
什麼是CoderStats link for Github Coders?
CoderStats link for Github Coders是由Ramiro Gómez開發的Chrome擴展程式,該擴展的主要功能是“Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.”。
擴展截圖
下載CoderStats link for Github Coders擴展crx文件
下載CoderStats link for Github Coders擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The CoderStats link for GitHub Chrome extension displays a link to the CoderStats page for the currently displayed user or organization profile page on GitHub.
擴展基本資訊
名稱 | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
官方網址 | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
簡介 | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
檔案大小 | 8.7 KB |
安裝次數 | 807 |
目前版本 | 2.0.0 |
更新時間 | 2023-05-03 |
上架時間 | 2019-06-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Ramiro Gómez |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://coderstats.github.io/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.0", "homepage_url": "http:\/\/coderstats.github.io\/", "name": "CoderStats link for Github Coders", "description": "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.", "icons": { "48": "logo-48x48.png", "128": "logo-128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "coderstats.js" ], "run_at": "document_end" } ] } |