Black to Color
This extension will turn black and white websites back to color
Black to Colorとは何ですか?
Black to ColorはAndreによって開発されたChromeの拡張機能で、その主な機能は「This extension will turn black and white websites back to color」です。
拡張機能のスクリーンショット
Black to Color拡張機能のCRXファイルをダウンロード
Black to Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert Thai Grayscale websites into Colorful mode ;)
拡張機能の基本情報
名前 | |
ID | fhgeeimcjonkakkbgodfkobfnpobdeii |
公式URL | https://chrome.google.com/webstore/detail/black-to-color/fhgeeimcjonkakkbgodfkobfnpobdeii |
説明 | This extension will turn black and white websites back to color |
ファイルサイズ | 61.6 KB |
インストール数 | 57 |
現在のバージョン | 1.3.4 |
最終更新日 | 2016-11-07 |
公開日 | 2016-11-07 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Andre |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black to Color", "description": "This extension will turn black and white websites back to color", "version": "1.3.4", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/styles.css" ], "js": [ "js\/jquery.min.js", "js\/app.js" ] } ] } |