Blurred Lions

Turns lines into lions.

Blurred Lionsคืออะไร?

Blurred Lions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thomas.edwin.wilson และคุณลักษณะหลักของมันคือ "Turns lines into lions."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blurred Lions

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}