Lamp

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

Cos'è Lamp?

Lamp è un'estensione di Chrome sviluppata da joak, e la sua funzione principale è "If you turn off this lamp it will darken your browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lamp

Scarica i file di estensione Lamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
URL Ufficiale https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Descrizione If you turn off this lamp it will darken your browser!
Dimensione del File 14.38 KB
Conteggio Installazioni 392
Versione Corrente 1.0
Ultimo Aggiornamento 2017-02-04
Data di Pubblicazione 2017-02-03
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore joak
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}