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