Screen Color Picker

An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen

Screen Color Pickerคืออะไร?

Screen Color Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meddeg59 และคุณลักษณะหลักของมันคือ "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen"

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

screenshot

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

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

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

                        An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !                    

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

ชื่อ Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
คำอธิบาย An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
ขนาดไฟล์ 69.86 KB
จำนวนการติดตั้ง 897
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-09-29
วันที่เผยแพร่ 2022-09-28
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา meddeg59
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Color Picker",
    "version": "1.0.0",
    "action": {
        "default_title": "Pick a color from your screen"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.jsx.20002178.css"
            ]
        }
    ],
    "icons": {
        "16": "16pipe.png",
        "48": "48pipe.png",
        "128": "128pipe.png"
    },
    "description": "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.jsx.10f1a301.js"
            ],
            "use_dynamic_url": true
        }
    ]
}