Amazing color picker

Just amazing color picker tool

Amazing color pickerคืออะไร?

Amazing color picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danil Lypko และคุณลักษณะหลักของมันคือ "Just amazing color picker tool"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazing color picker

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

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

                        The Amazing Color Picker app helps you get HEX color from the page.
It could be a good friend if you are a graphic designer, marketer, or software developer.
Features:

Color picker tool
Multiple color formatting: RGB, HEX, HSV
Copy on click
Ready for use in HTML, CSS, and other languages                    

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

ชื่อ Amazing color picker Amazing color picker
ID hclbckmnpbnkcpemopdngipibdagmjei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazing-color-picker/hclbckmnpbnkcpemopdngipibdagmjei
คำอธิบาย Just amazing color picker tool
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 3,279,262
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-07-22
วันที่เผยแพร่ 2022-08-18
คะแนน 4.56/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Danil Lypko
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vS-CQ0_a0f1Wu8Os3DgA8sxB0vRDcrh1q9SQfcJRlc8WXZxtLly3SxpW7McUqHGJd4fIGJ74ZbnPqW9/pub
ภาษาที่รองรับ 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",
    "author": "Amazing color picker",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_badgeAvailable__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "commands",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "__MSG_shortcutCommand__"
        }
    },
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}