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
官方網址 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
}