Lamp

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

什麼是Lamp?

Lamp是由joak開發的Chrome擴展程式,該擴展的主要功能是“If you turn off this lamp it will darken your browser!”。

擴展截圖

screenshot

下載Lamp擴展crx文件

下載Lamp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
官方網址 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"
            ]
        }
    ]
}