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
官方網址 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"
        }
    ]
}