GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
Hvad er GitHub Color Changer?
GitHub Color Changer er en Chrome-udvidelse udviklet af https://timothycarambat.com, og dens hovedfunktion er "This extension changes the GitHub Icon Color Randomly".
Download GitHub Color Changer-udvidelses-CRX-fil
Download GitHub Color Changer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
Officiel URL | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Beskrivelse | This extension changes the GitHub Icon Color Randomly |
Filstørrelse | 49.82 KB |
Antal Installationer | 44 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2017-04-02 |
Udgivelsesdato | 2017-04-01 |
Udvikler | https://timothycarambat.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |