CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
What is CoderStats link for Github Coders?
CoderStats link for Github Coders is a Chrome extension developed by Ramiro Gómez, and its main feature is "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".
Extension Screenshots
Download CoderStats link for Github Coders Extension CRX File
Download CoderStats link for Github Coders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
Official URL | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
Description | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
File Size | 8.7 KB |
Installation Count | 807 |
Current Version | 2.0.0 |
Last Updated | 2023-05-03 |
Publish Date | 2019-06-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Ramiro Gómez |
[email protected] | |
Payment Type | free |
Extension Website | https://coderstats.github.io/ |
Supported Languages | 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" } ] } |