Lamp

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

Lampとは何ですか?

Lampはjoakによって開発されたChromeの拡張機能で、その主な機能は「If you turn off this lamp it will darken your browser!」です。

拡張機能のスクリーンショット

screenshot

Lamp拡張機能のCRXファイルをダウンロード

Lamp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Lamp Lamp
ID cmleachpeahfmpcljamjindabfccjifb
公式URL https://chromewebstore.google.com/detail/lamp/cmleachpeahfmpcljamjindabfccjifb
説明 If you turn off this lamp it will darken your browser!
ファイルサイズ 14.38 KB
インストール数 392
現在のバージョン 1.0
最終更新日 2017-02-04
公開日 2017-02-03
評価 5.00/5 合計 2 レビュー
開発者 joak
支払い方法 free
対応言語 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"
            ]
        }
    ]
}