Lenny Faces Chrome Extension

A simple chrome extension with lenny faces

Lenny Faces Chrome Extensionとは何ですか?

Lenny Faces Chrome ExtensionはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A simple chrome extension with lenny faces」です。

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

screenshot

Lenny Faces Chrome Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        An extension which will bring all your lenny friends to your clipboard, click on extension and simply type things like "look, awesome, middle finger"... then click on that and Boom!!, Ctrl + V to use that lenny                    

拡張機能の基本情報

名前 Lenny Faces Chrome Extension Lenny Faces Chrome Extension
ID ejofklmfaddnolnagbohbdjclcejelbi
公式URL https://chromewebstore.google.com/detail/lenny-faces-chrome-extens/ejofklmfaddnolnagbohbdjclcejelbi
説明 A simple chrome extension with lenny faces
ファイルサイズ 28.08 KB
インストール数 427
現在のバージョン 1.2.0
最終更新日 2016-02-18
公開日 2016-02-18
評価 5.00/5 合計 5 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lenny Faces Chrome Extension",
    "short_name": "Lenny Faces",
    "description": "A simple chrome extension with lenny faces",
    "version": "1.2.0",
    "minimum_chrome_version": "45",
    "icons": {
        "128": "src\/assets\/icon_128.png",
        "256": "src\/assets\/icon_256.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "src\/assets\/icon_128.png",
            "256": "src\/assets\/icon_256.png"
        },
        "default_popup": "src\/popup.html"
    }
}