GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
Cos'è GitHub Color Changer?
GitHub Color Changer è un'estensione di Chrome sviluppata da https://timothycarambat.com, e la sua funzione principale è "This extension changes the GitHub Icon Color Randomly".
Scarica il file CRX dell'estensione GitHub Color Changer
Scarica i file di estensione GitHub Color Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
URL Ufficiale | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Descrizione | This extension changes the GitHub Icon Color Randomly |
Dimensione del File | 49.82 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-04-02 |
Data di Pubblicazione | 2017-04-01 |
Sviluppatore | https://timothycarambat.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |