Blurred Lions

Turns lines into lions.

Blurred Lionsとは何ですか?

Blurred Lionsはthomas.edwin.wilsonによって開発されたChromeの拡張機能で、その主な機能は「Turns lines into lions.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Replaces "line" with "lion" for increased lionicity.                    

拡張機能の基本情報

名前 Blurred Lions Blurred Lions
ID jghkckfflkjccpnfknombghgfcackchj
公式URL https://chromewebstore.google.com/detail/blurred-lions/jghkckfflkjccpnfknombghgfcackchj
説明 Turns lines into lions.
ファイルサイズ 83.76 KB
インストール数 162
現在のバージョン 2.3
最終更新日 2014-03-11
公開日 2014-03-11
開発者 thomas.edwin.wilson
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blurred Lions",
    "version": "2.3",
    "description": "Turns lines into lions.",
    "icons": {
        "48": "lion-48.png",
        "128": "lion-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lions.js"
            ],
            "run_at": "document_end"
        }
    ]
}