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" ] } ] } |