Palette Creator

Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option.

Palette Creator là gì?

Palette Creator là một tiện ích mở rộng Chrome được phát triển bởi Walter Garcia, và tính năng chính của nó là "Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option.".

Ả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 Palette Creator

Tải xuống các tệp mở rộng Palette Creator 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

                        Create a color palette from any image. Just right-click on the image and select the "Palette Creator" option.

Do you want to create a color palette that matches an image from your website? Maybe you just want to grab some colors for inspiration? Then this extension is for you! Palette Creator allows you to make a color pallet from any image or picture for further using in the creation. 

Usually you perform several searches until finally, you'd found required color. Plus! no needs navigating to a ton of different sites for content.

Features:
-Generate palette from images.
-Download result in .GPL

Choose the number of palette colors you want to create.

Don't forget to rate us ***** Reviews!                    

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

Tên Palette Creator Palette Creator
ID iofmialeiddolmdlkbheakaefefkjokp
URL Chính Thức https://chromewebstore.google.com/detail/palette-creator/iofmialeiddolmdlkbheakaefefkjokp
Mô tả Creates a color palette from any image. Just right-click on the image and select the “Palette Creator” option.
Kích Thước Tệp 555 KB
Số Lần Cài Đặt 119,846
Phiên Bản Hiện Tại 2.3.5
Cập Nhật Lần Cuối 2023-03-18
Ngày Phát Hành 2020-04-21
Đánh Giá 4.80/5 Tổng số 61 Đánh Giá
Nhà Phát Triển Walter Garcia
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3.5",
    "minimum_chrome_version": "45.0",
    "icons": {
        "16": "assets\/icon_16.png",
        "19": "assets\/icon_19.png",
        "32": "assets\/icon_32.png",
        "38": "assets\/icon_38.png",
        "128": "assets\/icon_128.png",
        "256": "assets\/icon_256.png",
        "512": "assets\/icon_512.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}