colorful

colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…

colorfulคืออะไร?

colorful เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pierre depaz และคุณลักษณะหลักของมันคือ "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…"

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

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

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

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

                        colorful changes the blackness of html text into a random gradient of colors.

click on the colorful icon on the top left of your chrome window to automatically color words!                    

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

ชื่อ colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
คำอธิบาย colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
ขนาดไฟล์ 38.97 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-02-14
วันที่เผยแพร่ 2016-02-14
ผู้พัฒนา pierre depaz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pierredepaz.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "colorful",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "color_changer.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "color_listener.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "name": "colorful",
        "default_icons": "icon_128.png",
        "default_title": "colorful"
    }
}