Swatch Blocks

Color inspiration from your favorite websites.

Swatch Blocks là gì?

Swatch Blocks là một tiện ích mở rộng Chrome được phát triển bởi https://yonder.studio, và tính năng chính của nó là "Color inspiration from your favorite websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Swatch Blocks

Tải xuống các tệp mở rộng Swatch Blocks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Swatch Blocks Swatch Blocks
ID dnmijgdoofagohmedonjpdcolngcccgj
URL Chính Thức https://chromewebstore.google.com/detail/swatch-blocks/dnmijgdoofagohmedonjpdcolngcccgj
Mô tả Color inspiration from your favorite websites.
Kích Thước Tệp 2.61 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-05-09
Ngày Phát Hành 2019-05-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://yonder.studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://swatchblocks.com
URL Trang Chính Sách Bảo Mật https://yonder.studio/privacy
Ngôn Ngữ Được Hỗ Trợ 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'"
}