Chrome Highlighter

Change websites' selection color

Chrome Highlighterคืออะไร?

Chrome Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Donaira & Pius และคุณลักษณะหลักของมันคือ "Change websites' selection color"

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

screenshot
screenshot
screenshot

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

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

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

                        Got bored of old boring blue selection color? Change it! This extensions allows you to easily control selection color on most of the website you visit daily. Make it more beautiful, make it more personal, make it yours.                    

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

ชื่อ Chrome Highlighter Chrome Highlighter
ID hglnfjenacgcagdcfniidbdakdhdbale
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-highlighter/hglnfjenacgcagdcfniidbdakdhdbale
คำอธิบาย Change websites' selection color
ขนาดไฟล์ 43.59 KB
จำนวนการติดตั้ง 1,934
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2012-08-18
วันที่เผยแพร่ 2012-08-18
คะแนน 2.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Donaira & Pius
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Highlighter",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Change websites' selection color",
    "browser_action": {
        "default_icon": "icon16.PNG",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.PNG",
        "48": "icon48.PNG",
        "128": "icon128.PNG"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}