Lamp

If you turn off this lamp it will darken your browser!

Lampคืออะไร?

Lamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joak และคุณลักษณะหลักของมันคือ "If you turn off this lamp it will darken your browser!"

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

screenshot

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

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

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

                                            

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

ชื่อ Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
คำอธิบาย If you turn off this lamp it will darken your browser!
ขนาดไฟล์ 14.38 KB
จำนวนการติดตั้ง 392
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-02-04
วันที่เผยแพร่ 2017-02-03
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา joak
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lamp",
    "description": "If you turn off this lamp it will darken your browser!",
    "version": "1.0",
    "author": "joak",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Turns off the light!"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lamp.css"
            ]
        }
    ]
}