Flying Unicorn

Inserts a unicorn into your page!

Flying Unicorn là gì?

Flying Unicorn là một tiện ích mở rộng Chrome được phát triển bởi justintieu, và tính năng chính của nó là "Inserts a unicorn into your page!".

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

screenshot

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

Tải xuống các tệp mở rộng Flying Unicorn 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

                        Click U to add a unicorn into the page. 
Click C to remove all of the unicorns.
You can now configure the unicorn image and which keys are pressed through the options page!

I will be providing release notes on my website about any updates I make.

If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues                    

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

Tên Flying Unicorn Flying Unicorn
ID cdedcjjdfckjnageanlcifalkpnjdbpg
URL Chính Thức https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg
Mô tả Inserts a unicorn into your page!
Kích Thước Tệp 43.64 KB
Số Lần Cài Đặt 1,220
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-12-14
Ngày Phát Hành 2017-12-14
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển justintieu
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/justintieu/flying-unicorn/
URL Trang Trợ Giúp https://github.com/justintieu/flying-unicorn/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Unicorn",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Inserts a unicorn into your page!",
    "homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/* ",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "options_page": "src\/options\/index.html"
}