Color Grabber

Extract colors easily from anywhere with color grabber tool.

Color Grabberคืออะไร?

Color Grabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colorgrabber.io และคุณลักษณะหลักของมันคือ "Extract colors easily from anywhere with color grabber tool."

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

screenshot

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

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

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

                        No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.                    

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

ชื่อ Color Grabber Color Grabber
ID ienonflmjobapflnpjadihcdibodpkjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb
คำอธิบาย Extract colors easily from anywhere with color grabber tool.
ขนาดไฟล์ 273 KB
จำนวนการติดตั้ง 546
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2021-09-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://colorgrabber.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://colorgrabber.io
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Grabber",
    "description": "Extract colors easily from anywhere with color grabber tool.",
    "version": "1.0.8",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Grabber"
    },
    "icons": {
        "16": "images\/1625151100122-smallLogo.png",
        "48": "images\/1625151100166-mediumLogo.png",
        "128": "images\/1625151100210-largeLogo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Activate pick color from web page"
        }
    },
    "short_name": "CG"
}