Blurred Lions

Turns lines into lions.

Blurred Lions là gì?

Blurred Lions là một tiện ích mở rộng Chrome được phát triển bởi thomas.edwin.wilson, và tính năng chính của nó là "Turns lines into lions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blurred Lions

Tải xuống các tệp mở rộng Blurred Lions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blurred Lions Blurred Lions
ID jghkckfflkjccpnfknombghgfcackchj
URL Chính Thức https://chromewebstore.google.com/detail/blurred-lions/jghkckfflkjccpnfknombghgfcackchj
Mô tả Turns lines into lions.
Kích Thước Tệp 83.76 KB
Số Lần Cài Đặt 162
Phiên Bản Hiện Tại 2.3
Cập Nhật Lần Cuối 2014-03-11
Ngày Phát Hành 2014-03-11
Nhà Phát Triển thomas.edwin.wilson
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}