More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

More Colorsคืออะไร?

More Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel W และคุณลักษณะหลักของมันคือ "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling."

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

screenshot
screenshot

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

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

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

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

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

ชื่อ More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
คำอธิบาย One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
ขนาดไฟล์ 5.15 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2014-09-25
วันที่เผยแพร่ 2014-09-25
คะแนน 4.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Daniel W
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.danielw.org
URL หน้าช่วยเหลือ http://www.danielw.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}