Snap It Button

Discover paint colors from any image on the web.

Snap It Button란 무엇입니까?

Snap It Button은(는) https://snapyourcolors.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover paint colors from any image on the web."입니다.

확장 프로그램 스크린샷

screenshot

Snap It Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ColorSnap is an online tool that lets you instantly turn any picture into a beautiful palette of Sherwin-Williams paint colors.

No matter where you find inspiring colors – a gorgeous landscape, a shot of a stunning room, even a picture of a stuffed animal – ColorSnap will identify the shades you love and save them for later.

Just click on the Snap It button any time you see a colorful image you like, and ColorSnap will match the most popular colors in the image. Color palettes can easily be saved from each snap by creating an account.                    

확장 프로그램 기본 정보

이름 Snap It Button Snap It Button
ID kclagiidcihmjfnlfdboggonemfhcklk
공식 URL https://chromewebstore.google.com/detail/snap-it-button/kclagiidcihmjfnlfdboggonemfhcklk
설명 Discover paint colors from any image on the web.
파일 크기 275 KB
설치 횟수 28,072
현재 버전 1.2.4
최근 업데이트 2020-10-17
출시 날짜 2016-09-08
평점 2.25/5 총 32 개의 평점
개발자 https://snapyourcolors.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://snapyourcolors.com
도움말 페이지 URL https://snapyourcolors.com/Faq
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snap It Button",
    "short_name": "Snap It",
    "description": "Discover paint colors from any image on the web.",
    "version": "1.2.4",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon-disabled.png",
        "default_title": "Snap It Button"
    },
    "background": {
        "scripts": [
            "js\/vendor\/jquery-2.1.4.min.js",
            "js\/config.js",
            "js\/service\/SWColorSnap\/RestAPI.js",
            "js\/service\/Google\/analyticsTracking.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/*.snapyourcolors.com\/*",
                "https:\/\/*.snapyourcolors.com\/*",
                "http:\/\/*.letschipit.com\/*",
                "https:\/\/*.letschipit.com\/*"
            ],
            "css": [
                "css\/app.css",
                "css\/highCompat.css"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.4.min.js",
                "js\/vendor\/jquery-ui.min.js",
                "js\/vendor\/popupwindow.js",
                "js\/vendor\/tinysort.min.js",
                "js\/config.js",
                "js\/service\/SWColorSnap\/template.js",
                "js\/app.js"
            ],
            "exclude_matches": [
                "http:\/\/snapyourcolors.com\/*",
                "https:\/\/snapyourcolors.com\/*",
                "http:\/\/*.snapyourcolors.com\/*",
                "https:\/\/*.snapyourcolors.com\/*",
                "http:\/\/letschipit.com\/*",
                "https:\/\/letschipit.com\/*",
                "http:\/\/*.letschipit.com\/*",
                "https:\/\/*.letschipit.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "css\/img\/*",
        "images\/*",
        "templates\/*"
    ]
}