GitHub User Languages
See the language usage breakdown of a User or Org right on their GitHub profile page.
O que é GitHub User Languages?
GitHub User Languages é uma extensão do Chrome desenvolvida por https://freyama.de, e sua principal característica é "See the language usage breakdown of a User or Org right on their GitHub profile page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub User Languages
Baixe arquivos de extensão GitHub User Languages 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
GitHub User Languages is a simple extension that renders a pie chart onto a profile page on GitHub. This pie chart shows a breakdown of the languages used in the public repositories owned by the User or Organisation. The chart uses GitHub's official language colours for each language, and each segment can be clicked to take you to a list of the repositories owned by the account in each language. Now you can see what languages a User or Org like to use all in a single place, right on their own profile!
Informações Básicas da Extensão
Nome | GitHub User Languages |
ID | kikdmnikeponomghepmfipgiijlmfhfl |
URL Oficial | https://chromewebstore.google.com/detail/github-user-languages/kikdmnikeponomghepmfipgiijlmfhfl |
Descrição | See the language usage breakdown of a User or Org right on their GitHub profile page. |
Tamanho do Arquivo | 282 KB |
Contagem de Instalações | 940 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-09-25 |
Data de Publicação | 2019-07-19 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://freyama.de |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/freyamade/github-user-languages |
URL da Página de Ajuda | https://github.com/freyamade/github-user-languages/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "images\/github-user-languages.128.png", "default_popup": "popup.html" }, "author": "freyamade", "content_scripts": [ { "js": [ "js\/vendor.js", "js\/content_script.js" ], "matches": [ "https:\/\/github.com\/*" ] } ], "description": "See the language usage breakdown of a User or Org right on their GitHub profile page.", "host_permissions": [ "https:\/\/api.github.com\/", "https:\/\/raw.githubusercontent.com\/ozh\/github-colors\/master\/colors.json" ], "icons": { "128": "images\/github-user-languages.128.png" }, "manifest_version": 3, "name": "GitHub User Languages", "permissions": [ "storage" ], "short_name": "github-user-languages", "version": "1.1.0" } |