Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

Color Extraction by Qvalentoคืออะไร?

Color Extraction by Qvalento เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qvalento.se และคุณลักษณะหลักของมันคือ "This extension extract colors from elements on the page in hex and rgb."

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

screenshot
screenshot

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

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

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

                        This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.                    

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

ชื่อ Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
คำอธิบาย This extension extract colors from elements on the page in hex and rgb.
ขนาดไฟล์ 387 KB
จำนวนการติดตั้ง 229
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2020-05-22
วันที่เผยแพร่ 2020-05-22
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://qvalento.se
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Linus Larsson",
    "name": "Color Extraction by Qvalento",
    "description": "This extension extract colors from elements on the page in hex and rgb.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "color_extraction_logo_16.png",
        "48": "color_extraction_logo_48.png",
        "128": "color_extraction_logo_128.png"
    },
    "browser_action": {
        "default_icon": "color_extraction_logo_48.png",
        "default_popup": "popup.html"
    }
}