Lamp

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

What is Lamp?

Lamp is a Chrome extension developed by joak, and its main feature is "If you turn off this lamp it will darken your browser!".

Extension Screenshots

screenshot

Download Lamp Extension CRX File

Download Lamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
Official URL https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Description If you turn off this lamp it will darken your browser!
File Size 14.38 KB
Installation Count 392
Current Version 1.0
Last Updated 2017-02-04
Publish Date 2017-02-03
Rating 5.00/5 Total 2 Ratings
Developer joak
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}