Black to Color

This extension will turn black and white websites back to color

Black to Colorคืออะไร?

Black to Color เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre และคุณลักษณะหลักของมันคือ "This extension will turn black and white websites back to color"

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

screenshot

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

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

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

                        Convert Thai Grayscale websites into Colorful mode ;)                    

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

ชื่อ Black to Color Black to Color
ID fhgeeimcjonkakkbgodfkobfnpobdeii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/black-to-color/fhgeeimcjonkakkbgodfkobfnpobdeii
คำอธิบาย This extension will turn black and white websites back to color
ขนาดไฟล์ 61.6 KB
จำนวนการติดตั้ง 57
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2016-11-07
วันที่เผยแพร่ 2016-11-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Andre
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black to Color",
    "description": "This extension will turn black and white websites back to color",
    "version": "1.3.4",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/app.js"
            ]
        }
    ]
}