Lamp

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

Hvad er Lamp?

Lamp er en Chrome-udvidelse udviklet af joak, og dens hovedfunktion er "If you turn off this lamp it will darken your browser!".

Udvidelsesskærmbilleder

screenshot

Download Lamp-udvidelses-CRX-fil

Download Lamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
Officiel URL https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Beskrivelse If you turn off this lamp it will darken your browser!
Filstørrelse 14.38 KB
Antal Installationer 392
Nuværende Version 1.0
Senest Opdateret 2017-02-04
Udgivelsesdato 2017-02-03
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler joak
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}