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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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