Color Picker Tool - Geco

Grab colors from web pages, color picker, color history. Compared to Color picker, color pick, eyedropper, colorzilla this better.

Color Picker Tool - Geco là gì?

Color Picker Tool - Geco là một tiện ích mở rộng Chrome được phát triển bởi App Division, và tính năng chính của nó là "Grab colors from web pages, color picker, color history. Compared to Color picker, color pick, eyedropper, colorzilla this better.".

Ả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 Color Picker Tool - Geco

Tải xuống các tệp mở rộng Color Picker Tool - Geco 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

                        With Color Picker Tool - Geco Grab Colors from any website With The Color Picker Extension. With Colour Picker you can find color reading on any point of the browser. Simply copy the code and paste it for your use. It offers the HEX and RGB codes on any element.

For proper work RELOAD page
 
Color Picker revolution tool for designers.
 
Now you can easily pick any  from any website with our new extension. Eyedropper tool will get color palette from any webpage you need. It's a pretty useful tool for web developers or web designers. This extension is pretty simple to use and it has simple and user-friendly interface. We provide you and amazing and useful eyedropper tool so you can get RGB colours from any webpage. Extract palette from web pages while you're browsing the web. There are three color formats available: RGB, CSS, and HSL.
 
This program is a Colour Picker, or an EyeDropper, also a Color Picker or EyeDropper depending on how you wish to spell it. 
 
-  Identifying the RGB HEX CMYK
-  Saving pallets
-  Editing them into beautiful palette combinations is a quick and simple job.
 
Colour Picker features are:
* Different formats: HEX, RGB, HSV
* Detect most used color on the page
* Colour list of recently picked colors
* Red-Green-Blue (RGB)  wheel to adjust selected 
 
It's also pretty simple to use – just click on the extension icon in the upper right and start working.
 
How To Use Geco -  Color Picker For Chrome
Here are the steps to install and use our Color Picker Chrome plugin:

1) Install the Color Picker extension from the Chrome store.

2) Once installed, visit any webpage from which you want to grab a color code. For proper work Reload page.

3) Click on the extension icon to and enable picker by clicking "Click to pick color from web" button. 

4) Now, simply tap on the desired point on the webpage, and it will provide you with the color code information in HEX and RGB options, which will be automatically copied to the buffer.

Copy the code and replicate the same steps to find another color code.
 
Rate colour picker for Chrome - Geco with  ⭐ ⭐ ⭐ ⭐ ⭐ !                    

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

Tên Color Picker Tool - Geco Color Picker Tool - Geco
ID eokjikchkppnkdipbiggnmlkahcdkikp
URL Chính Thức https://chromewebstore.google.com/detail/color-picker-tool-geco/eokjikchkppnkdipbiggnmlkahcdkikp
Mô tả Grab colors from web pages, color picker, color history. Compared to Color picker, color pick, eyedropper, colorzilla this better.
Kích Thước Tệp 371 KB
Số Lần Cài Đặt 2,366,915
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-12-10
Ngày Phát Hành 2021-11-16
Đánh Giá 4.27/5 Tổng số 791 Đánh Giá
Nhà Phát Triển App Division
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": 3,
    "name": "__MSG_extName__",
    "version": "1.0.7",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "38": "icons\/icon_38.png",
        "19": "icons\/icon_19.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png",
            "48": "icons\/icon_48.png",
            "38": "icons\/icon_38.png",
            "19": "icons\/icon_19.png"
        },
        "default_title": "Color Picker",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "run-picker": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Activate pick color from web page."
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "scss\/content.scss"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}