swtch

Capture and share the best colors on the web.

ما هو swtch؟

swtch هو إضافة Chrome تم تطويرها بواسطة madebytwelve، والميزة الرئيسية لها هي "Capture and share the best colors on the web.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة swtch

قم بتنزيل ملفات الامتداد swtch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        swtch is a Google Chrome extension that allows you to sample the colors on any webpage. swtch crawls the page for visible colors and displays an organized color palette. You can share your favorite swtches, and copy individual color values to the clipboard.

swtch is in version 1.0.

Please send feedback to: [email protected]                    

معلومات أساسية عن التمديد

الاسم swtch swtch
ID aldilnpghkandlmfcooiahjmcknjojhg
عنوان URL الرسمي https://chromewebstore.google.com/detail/swtch/aldilnpghkandlmfcooiahjmcknjojhg
الوصف Capture and share the best colors on the web.
حجم الملف 197 KB
عدد التثبيتات 35
النسخة الحالية 1.0
آخر تحديث 2013-02-01
تاريخ النشر 2013-02-01
تقييم 5.00/5 مجموع تقييمات 2
المطور madebytwelve
نوع الدفع free
موقع الإضافة http://swtch.es
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swtch",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Capture and share the best colors on the web.",
    "browser_action": {
        "default_title": "swtch",
        "default_icon": {
            "19": "img\/swtch_19.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/swtch_19.png",
        "48": "img\/swtch_48.png",
        "128": "img\/swtch_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/use.typekit.net\/ https:\/\/ssl.google-analytics.com\/; object-src 'self'"
}