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