Lamp

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

Wat is Lamp?

Lamp is een Chrome-extensie ontwikkeld door joak, en de belangrijkste functie is "If you turn off this lamp it will darken your browser!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lamp

Download Lamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
Officiële URL https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Beschrijving If you turn off this lamp it will darken your browser!
Bestandsgrootte 14.38 KB
Aantal Installaties 392
Huidige Versie 1.0
Laatst Bijgewerkt 2017-02-04
Publicatiedatum 2017-02-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar joak
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}