Unicorn Replacer!

Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.

Unicorn Replacer! là gì?

Unicorn Replacer! là một tiện ích mở rộng Chrome được phát triển bởi scottrblock, và tính năng chính của nó là "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Ả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 Unicorn Replacer!

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

                        Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's  Andrew McKinley- https://thenounproject.com/term/unicorn/3364/                    

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

Tên Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
URL Chính Thức https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Mô tả Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Kích Thước Tệp 3.47 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-06-08
Ngày Phát Hành 2015-06-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển scottrblock
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/scottrblock/unicorn-replacer
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Replacer!",
    "version": "1.0",
    "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}