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 |
公式URL | 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 |
Eメール | [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" ] } ] } |