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
官方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"
            ]
        }
    ]
}