GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
O que é GitHub Color Changer?
GitHub Color Changer é uma extensão do Chrome desenvolvida por https://timothycarambat.com, e sua principal característica é "This extension changes the GitHub Icon Color Randomly".
Baixar o arquivo CRX da Extensão GitHub Color Changer
Baixe arquivos de extensão GitHub Color Changer 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
This simple extension changes the current styling of the github header Octocat. It will change the color from white to any color in the rainbow, which looks great against the black header bar that is not very lively. A small, but warm change for the career developer.
Informações Básicas da Extensão
Nome | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
URL Oficial | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Descrição | This extension changes the GitHub Icon Color Randomly |
Tamanho do Arquivo | 49.82 KB |
Contagem de Instalações | 44 |
Versão Atual | 0.0.1 |
Última Atualização | 2017-04-02 |
Data de Publicação | 2017-04-01 |
Desenvolvedor | https://timothycarambat.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Color Changer", "version": "0.0.1", "manifest_version": 2, "description": "This extension changes the GitHub Icon Color Randomly", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*" ], "js": [ "js\/jquery.min.js", "js\/color_change.js" ] } ] } |