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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}