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 |
官方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 |
电子邮箱 | [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" } ] } |