Color Code App

Displays the color codes for the current tab

Color Code Appคืออะไร?

Color Code App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ninja Apps และคุณลักษณะหลักของมันคือ "Displays the color codes for the current tab"

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

screenshot
screenshot

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

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

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

                        A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.                    

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

ชื่อ Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
คำอธิบาย Displays the color codes for the current tab
ขนาดไฟล์ 10.08 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-01-12
วันที่เผยแพร่ 2015-01-12
คะแนน 2.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ninja Apps
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Code App",
    "version": "1.0",
    "description": "Displays the color codes for the current tab",
    "browser_action": {
        "default_icon": "icon19-small.png",
        "default_title": "Color Code App"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "icon19-small.png",
        "48": "icon19-large.png"
    }
}