color-pusher

Easy color theme tweaking for any website as Chrome DevTools panel

color-pusher là gì?

color-pusher là một tiện ích mở rộng Chrome được phát triển bởi https://glebbahmutov.com, và tính năng chính của nó là "Easy color theme tweaking for any website as Chrome DevTools panel".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng color-pusher

Tải xuống các tệp mở rộng color-pusher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên color-pusher color-pusher
ID gcahnlgconcbplfboahcgaobkpdhidee
URL Chính Thức https://chromewebstore.google.com/detail/color-pusher/gcahnlgconcbplfboahcgaobkpdhidee
Mô tả Easy color theme tweaking for any website as Chrome DevTools panel
Kích Thước Tệp 773 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2013-12-10
Ngày Phát Hành 2013-12-09
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://glebbahmutov.com
Loại Thanh Toán free
Trang Web Mở Rộng http://glebbahmutov.com/color-pusher/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}