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
Eメール [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
}