Color Palette Finder

Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.

Color Palette Finderคืออะไร?

Color Palette Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jamesaburnell และคุณลักษณะหลักของมันคือ "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values."

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

screenshot

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

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

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

                        Find the top 6 most commonly used colors on any site! Creates a palette of HEX and RGB values. Clicking on one of the colors will copy the HEX value to your clipboard.                    

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

ชื่อ Color Palette Finder Color Palette Finder
ID acijagaddpagpgcjdcoigjkmeiengplp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp
คำอธิบาย Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
ขนาดไฟล์ 28.27 KB
จำนวนการติดตั้ง 898
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-01-08
วันที่เผยแพร่ 2016-01-08
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา jamesaburnell
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Palette Finder",
    "description": "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.",
    "version": "0.0.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "cpflogo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "palette-finder.js"
            ]
        }
    ]
}