Lamp

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

Apa itu Lamp?

Lamp adalah ekstensi Chrome yang dikembangkan oleh joak, dan fitur utamanya adalah "If you turn off this lamp it will darken your browser!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lamp

Unduh file ekstensi Lamp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
URL Resmi https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
Deskripsi If you turn off this lamp it will darken your browser!
Ukuran File 14.38 KB
Jumlah Instalasi 392
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-04
Tanggal Publikasi 2017-02-03
Penilaian 5.00/5 Total 2 Penilaian
Pengembang joak
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}