Swatch Blocks

Color inspiration from your favorite websites.

Swatch Blocks란 무엇입니까?

Swatch Blocks은(는) https://yonder.studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color inspiration from your favorite websites."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Swatch Blocks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A Chrome Extension for color inspiration. Swatch Blocks replaces each image on the page with its most interesting color. Transform sites like Pinterest and Google Images into pages of beautiful, infinite color combinations.

🎨Build your palette.
~~~~~~~~~~~~~
Preserve colors you love with the floating palette panel. Add, remove, or rearrange colors until you get the perfect group. Add as many colors as you like.

👯‍♀️ Copy with a click.
~~~~~~~~~~~~~
Copy the hex color values right from the palette panel. Use the color in Photoshop, Illustrator, Sketch, Figma, or any other design tool.


🔒100% Private and Secure
~~~~~~~~~~~~~~~~~~
No cookies. No tracking. No link hijacking. No cryptojacking. No hidden motives. We're here to do one simple job well.

🗄Supported Sites
~~~~~~~~~~~~
- Pinterest
- Google Images
- Notcot.org
- and many more coming soon!

To add support for your favorite site, drop us a note from swatchblocks.com

Activate by purchasing a one-time lifetime license securely using Gumroad. No subscription fees. No upgrade fees. Pay once, get it forever. Your purchase helps keep Swatch Blocks ad free.

🌱About Yonder Studio
~~~~~~~~~~~~~~~
Yonder is an independent product studio started by Charlton Roberts. We make tools and fun for our creative friends. Your purchase means we can continue to make sustainable products like Swatch Blocks with no ads, no tracking, no hidden motives. 

See more of our products or come say hi 👋at yonder.studio.                    

확장 프로그램 기본 정보

이름 Swatch Blocks Swatch Blocks
ID dnmijgdoofagohmedonjpdcolngcccgj
공식 URL https://chromewebstore.google.com/detail/swatch-blocks/dnmijgdoofagohmedonjpdcolngcccgj
설명 Color inspiration from your favorite websites.
파일 크기 2.61 MB
설치 횟수 16
현재 버전 0.1.0
최근 업데이트 2019-05-09
출시 날짜 2019-05-07
평점 5.00/5 총 1 개의 평점
개발자 https://yonder.studio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://swatchblocks.com
개인정보 보호 정책 페이지 URL https://yonder.studio/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swatch Blocks",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Color inspiration from your favorite websites.",
    "homepage_url": "https:\/\/swatchblocks.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Swatch Blocks"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pinterest.com\/*",
                "https:\/\/www.google.com\/search*",
                "http:\/\/notcot.org\/*"
            ],
            "css": [
                "inject\/onpage.css"
            ],
            "js": [
                "inject\/onpage.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}