GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
Co to jest GitHub Color Changer?
GitHub Color Changer to rozszerzenie Chrome opracowane przez https://timothycarambat.com, a jego główną funkcją jest „This extension changes the GitHub Icon Color Randomly”.
Pobierz plik CRX rozszerzenia GitHub Color Changer
Pobierz pliki rozszerzeń GitHub Color Changer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
Oficjalny URL | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Opis | This extension changes the GitHub Icon Color Randomly |
Rozmiar pliku | 49.82 KB |
Liczba instalacji | 44 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2017-04-02 |
Data Publikacji | 2017-04-01 |
Deweloper | https://timothycarambat.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |