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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}