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. 拡張機能の基本情報
| 名前 | |
| ID | necogepejonacpphmlmcagmbjaogpbng |
| 公式URL | 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 |
| Eメール | [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"
}
]
} | |