Color Changer

Change the current page color

什么是Color Changer?

Color Changer是由http://cleandesk.info开发的Chrome扩展程序,该扩展的主要功能是“Change the current page color”。

下载Color Changer扩展crx文件

下载Color Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

扩展基本信息

名称 Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
官方URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
简介 Change the current page color
文件大小 4.08 KB
安装次数 48
当前版本 1.0
更新时间 2016-08-25
上架时间 2016-08-23
评分 1.00/5 共1次评分
开发者 http://cleandesk.info
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://cleandesk.info/privacypolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}