Website Color Changer

Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.

什么是Website Color Changer?

Website Color Changer是由CodeUnit开发的Chrome扩展程序,该扩展的主要功能是“Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Website Color Changer扩展crx文件

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

扩展使用说明

                        Handy open source extension that helps you to adjust website colors.

== Features ==

✓ List text and background colors available on inspected website
✓ Use webpage elements highlighting to find specific color
✓ Realtime color changing using color picker
✓ Export all changes to json

== Contribute ==

https://github.com/CodeUnitPl/Website-Color-Changer                    

扩展基本信息

名称 Website Color Changer Website Color Changer
ID oenehcifpefblopdehjemeheenoamaed
官方URL https://chrome.google.com/webstore/detail/website-color-changer/oenehcifpefblopdehjemeheenoamaed
简介 Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.
文件大小 455 KB
安装次数 1,000
当前版本 1.0
更新时间 2016-04-25
上架时间 2016-04-25
评分 3.00/5 共19次评分
开发者 CodeUnit
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/CodeUnitPl/Website-Color-Changer
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Color Changer",
    "version": "1.0",
    "author": "CodeUnit",
    "homepage_url": "https:\/\/github.com\/CodeUnitPl\/Website-Color-Changer",
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Extends the Developer Tools, adding a sidebar that displays colors used on a website and allows to manage them.",
    "devtools_page": "devtools.html",
    "manifest_version": 2
}