color-pusher

Easy color theme tweaking for any website as Chrome DevTools panel

color-pusherとは何ですか?

color-pusherはhttps://glebbahmutov.comによって開発されたChromeの拡張機能で、その主な機能は「Easy color theme tweaking for any website as Chrome DevTools panel」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

color-pusher拡張機能のCRXファイルをダウンロード

color-pusher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tweak any or all colors in any page using this DevTools panel. 
Easily replace entire color palette, adjust hue, saturation and value.
Generate multiple colors based on first color as triad, tetrad, analogous, etc.

Work in progress. Please take a look at the source code / file issues at https://github.com/bahmutov/color-pusher-chrome. Follow on Twitter at https://twitter.com/bahmutov

A related widget that can be embedded into your (single line) page and allows to fetch entire palette from external websites: https://github.com/bahmutov/color-pusher                    

拡張機能の基本情報

名前 color-pusher color-pusher
ID gcahnlgconcbplfboahcgaobkpdhidee
公式URL https://chromewebstore.google.com/detail/color-pusher/gcahnlgconcbplfboahcgaobkpdhidee
説明 Easy color theme tweaking for any website as Chrome DevTools panel
ファイルサイズ 773 KB
インストール数 117
現在のバージョン 0.0.2
最終更新日 2013-12-10
公開日 2013-12-09
評価 3.00/5 合計 2 レビュー
開発者 https://glebbahmutov.com
支払い方法 free
拡張機能のウェブサイト http://glebbahmutov.com/color-pusher/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "color-pusher",
    "version": "0.0.2",
    "author": "Gleb Bahmutov",
    "description": "Easy color theme tweaking for any website as Chrome DevTools panel",
    "permissions": [],
    "optional_permissions": [],
    "icons": {
        "128": "icons\/app-icon-128.png",
        "64": "icons\/app-icon-64.png",
        "48": "icons\/app-icon-48.png",
        "32": "icons\/app-icon-32.png",
        "16": "icons\/app-icon-16.png"
    },
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "panel\/libs\/jquery.js",
                "content-script\/color-pusher-injected-into-page.js"
            ]
        }
    ]
}