swtch

Capture and share the best colors on the web.

什麼是swtch?

swtch是由madebytwelve開發的Chrome擴展程式,該擴展的主要功能是“Capture and share the best colors on the web.”。

擴展截圖

screenshot

下載swtch擴展crx文件

下載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
官方網址 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'"
}