Color Picker

Allows you to define the color of an element on the page

Color Pickerคืออะไร?

Color Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย makrkovdmitrij และคุณลักษณะหลักของมันคือ "Allows you to define the color of an element on the page"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Meet new useful and cool Color Picker extension that brightens up your gray days behind the screen. Get the whole color palette from any web page just in one click with new and amazing Color picker. Absolutely free extension has never been so cool. It may come in handy for web designers and web developers. There is really no difficulties with this Eyedropper – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Get RGB colors from any webpage in simple manner.  Extension deals with a bunch of different color formats.  We provide you amazing and useful Eyedropper app for your browser. Install Color picker to improve your browser. Pick color just in one click and instantly get the color code. The color palette is absolutely free and most importantly, very versatile. Awesome ad simple extension allows you to select a pixel on the page and get color in popular formats. Extension is absolutely free and has no hidden scripts to mess with your personal data. It also doesn`t weigh a lot and it`s pretty easy to install and use. Extension flawlessly does what it`s supposed to do – instantly pick color from web pages. Download our product and you`ll be satisfied. After installation you`ll extracts the most used color from web pages just in one click while you're surfing the web.                    

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

ชื่อ Color Picker Color Picker
ID cbapocmbjilkikplhmkhhjjhmmlohffe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-picker/cbapocmbjilkikplhmkhhjjhmmlohffe
คำอธิบาย Allows you to define the color of an element on the page
ขนาดไฟล์ 22.86 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-07-26
วันที่เผยแพร่ 2021-08-14
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา makrkovdmitrij
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/assets\/img\/logo.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/common\/method.js",
            "\/scripts\/background.js",
            "\/vendor\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/common\/method.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Allows you to define the color of an element on the page",
    "version": "1.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}