GitHub Color Changer
This extension changes the GitHub Icon Color Randomly
什麼是GitHub Color Changer?
GitHub Color Changer是由https://timothycarambat.com開發的Chrome擴展程式,該擴展的主要功能是“This extension changes the GitHub Icon Color Randomly”。
下載GitHub Color Changer擴展crx文件
下載GitHub Color Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | GitHub Color Changer |
ID | hldkfdccdlbahaaipmopnajgpggfdmkb |
官方網址 | https://chromewebstore.google.com/detail/github-color-changer/hldkfdccdlbahaaipmopnajgpggfdmkb |
簡介 | This extension changes the GitHub Icon Color Randomly |
檔案大小 | 49.82 KB |
安裝次數 | 44 |
目前版本 | 0.0.1 |
更新時間 | 2017-04-02 |
上架時間 | 2017-04-01 |
開發者 | https://timothycarambat.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } ] } |