Pick Color

A Chrome Extension for enhance Colors picker & color converter

Pick Colorคืออะไร?

Pick Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shaikh Saifuddin และคุณลักษณะหลักของมันคือ "A Chrome Extension for enhance Colors picker & color converter"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pick Color

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

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

                        Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool.

Features:

🎅 Pick a color from anywhere on your screen
⭐ Just select the color picker and pick the color it will generate color code
🍳 Formats: hex, hex shorthand, RGB, HSL
 🧧 History panel with the latest selected colors
🎨 Get Random color generated with all the color formats
🍭 Easy to use Just copy and past in your code.                    

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

ชื่อ Pick Color Pick Color
ID khjolfgpcjhcmealonfmmchhagngnecf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf
คำอธิบาย A Chrome Extension for enhance Colors picker & color converter
ขนาดไฟล์ 475 KB
จำนวนการติดตั้ง 1,413
เวอร์ชันปัจจุบัน 0.0.21
อัปเดตครั้งล่าสุด 2021-12-18
วันที่เผยแพร่ 2021-12-15
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Shaikh Saifuddin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://colorio.web.app/
URL หน้าช่วยเหลือ https://imsaif.web.app/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pick Color",
    "version": "0.0.21",
    "description": "A Chrome Extension for enhance Colors picker & color converter",
    "browser_action": {
        "default_icon": "assets\/images\/icons\/favicon-32x32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/favicon-16x16.png",
        "48": "assets\/images\/icons\/android-icon-48x48.png",
        "128": "assets\/images\/icons\/android-icon-48x48.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/appScript.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "manifest_version": 2
}