More Colors
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
More Colorsとは何ですか?
More ColorsはDaniel Wによって開発されたChromeの拡張機能で、その主な機能は「One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.」です。
拡張機能のスクリーンショット
More Colors拡張機能のCRXファイルをダウンロード
More Colors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
拡張機能の基本情報
名前 | |
ID | annnclmombcdbkkadbffibajhjpopgdo |
公式URL | https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo |
説明 | One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling. |
ファイルサイズ | 5.15 KB |
インストール数 | 53 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-09-25 |
公開日 | 2014-09-25 |
評価 | 4.00/5 合計 6 レビュー |
開発者 | Daniel W |
支払い方法 | free |
拡張機能のウェブサイト | http://www.danielw.org |
ヘルプページのURL | http://www.danielw.org |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "More Colors", "version": "1.0.2", "permissions": [ "activeTab", "tabs", "background" ], "icons": { "16": "color.png" }, "browser_action": { "default_title": "Makes your internet experience a little more colorful", "default_icon": "color.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hover.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |