CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
Apa itu CoderStats link for Github Coders?
CoderStats link for Github Coders adalah ekstensi Chrome yang dikembangkan oleh Ramiro Gómez, dan fitur utamanya adalah "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CoderStats link for Github Coders
Unduh file ekstensi CoderStats link for Github Coders dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
URL Resmi | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
Deskripsi | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
Ukuran File | 8.7 KB |
Jumlah Instalasi | 807 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2023-05-03 |
Tanggal Publikasi | 2019-06-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Ramiro Gómez |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://coderstats.github.io/ |
Bahasa yang Didukung | 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" } ] } |