swtch

Capture and share the best colors on the web.

swtch क्या है?

swtch madebytwelve द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and share the best colors on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में swtch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}