Web Color Picker - online color grabber

Grab colors from web pages. Color picker, color history. Live smart color picker tool in HEX, RGBA. Eyedropper colorpick for free

Web Color Picker - online color grabberคืออะไร?

Web Color Picker - online color grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Color Online และคุณลักษณะหลักของมันคือ "Grab colors from web pages. Color picker, color history. Live smart color picker tool in HEX, RGBA. Eyedropper colorpick for free"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Color Picker - online color grabber

ดาวน์โหลดไฟล์ส่วนขยาย Web Color Picker - online color grabber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Web 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 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 colors from any webpage. Extract palette from web pages while you're browsing the web. There are three color formats available: RGB, CSS, and HSL.
It`s also pretty simple to use – just click on extension icon in the upper right and star working.
- Identifying the RGB HEX CMYK
- Saving pallets
- Editing them into beautiful palette combinations is a quick and simple job.

Color Picker features are:
* Different formats: HEX, RGB, HSV
* Detect most used color on the page
* Color list of recently picked colors
* Red-Green-Blue (RGB) wheel to adjust selected

and lot of others                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Color Picker - online color grabber Web Color Picker - online color grabber
ID dneifdhdmnmmlobjbimlkcnhkbidmlek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-color-picker-online-c/dneifdhdmnmmlobjbimlkcnhkbidmlek
คำอธิบาย Grab colors from web pages. Color picker, color history. Live smart color picker tool in HEX, RGBA. Eyedropper colorpick for free
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 1,341,507
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-02-21
วันที่เผยแพร่ 2022-10-16
คะแนน 4.11/5 รวมทั้งหมด 115 คะแนน
ผู้พัฒนา Color Online
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,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.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "128": "img\/img128.png",
        "48": "img\/img48.png",
        "38": "img\/img38.png",
        "19": "img\/img19.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/img128.png",
            "48": "img\/img48.png",
            "38": "img\/img38.png",
            "19": "img\/img19.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "commands": {
        "run-picker": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            },
            "description": "Activate pick color from web page."
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+R",
                "mac": "Alt+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            }
        }
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "webRequest",
        "contextMenus",
        "commands"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}