GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
Apa itu GitHub Color Changer?
GitHub Color Changer adalah ekstensi Chrome yang dikembangkan oleh https://timothycarambat.com, dan fitur utamanya adalah "This extension changes the GitHub Icon Color Randomly".
Unduh Berkas CRX Ekstensi GitHub Color Changer
Unduh file ekstensi GitHub Color Changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
URL Resmi | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
Deskripsi | This extension changes the GitHub Icon Color Randomly |
Ukuran File | 49.82 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-04-02 |
Tanggal Publikasi | 2017-04-01 |
Pengembang | https://timothycarambat.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |