Lamp

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

Qu'est-ce que Lamp ?

Lamp est une extension Chrome développée par joak, et sa fonction principale est "If you turn off this lamp it will darken your browser!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lamp

Téléchargez les fichiers d'extension Lamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
URL Officiel https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Description If you turn off this lamp it will darken your browser!
Taille du Fichier 14.38 KB
Nombre d'Installations 392
Version Actuelle 1.0
Dernière Mise à Jour 2017-02-04
Date de Publication 2017-02-03
Évaluation 5.00/5 Total 2 Évaluations
Développeur joak
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}