CoderStats link for Github Coders
Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.
O que é CoderStats link for Github Coders?
CoderStats link for Github Coders é uma extensão do Chrome desenvolvida por Ramiro Gómez, e sua principal característica é "Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CoderStats link for Github Coders
Baixe arquivos de extensão CoderStats link for Github Coders no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | CoderStats link for Github Coders |
ID | necogepejonacpphmlmcagmbjaogpbng |
URL Oficial | https://chromewebstore.google.com/detail/coderstats-link-for-githu/necogepejonacpphmlmcagmbjaogpbng |
Descrição | Display a link to the CoderStats page for the currently displayed GitHub user when browsing github.com. |
Tamanho do Arquivo | 8.7 KB |
Contagem de Instalações | 807 |
Versão Atual | 2.0.0 |
Última Atualização | 2023-05-03 |
Data de Publicação | 2019-06-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Ramiro Gómez |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://coderstats.github.io/ |
Idiomas Suportados | 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" } ] } |