color-pusher

Easy color theme tweaking for any website as Chrome DevTools panel

color-pusherคืออะไร?

color-pusher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://glebbahmutov.com และคุณลักษณะหลักของมันคือ "Easy color theme tweaking for any website as Chrome DevTools panel"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย color-pusher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}