RAINBOW

EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM

RAINBOW là gì?

RAINBOW là một tiện ích mở rộng Chrome được phát triển bởi Garret, và tính năng chính của nó là "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM".

Ả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 RAINBOW

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

                        UPDATE 2.0.0 MASSIVE OVERHAUL! * 2.0.1 fixed the functionality bug
It's what you've been waiting for. Themed colors. They're here and working fantastically. In the future I'm going to add the ability to create your own custom selection of colors, but that's the future. Next update, maybe.
I've also added an advanced feature which currently lets you change what inputs trigger the color/random/both.
While the massive overhaul may not be that noticeable to those who have used this extension in its last state, it mostly relates to me completely rewriting the extension because I had wrote it in a horrible way at first and it was almost impossible to update it because it was so unorganized.

Once the extension is loaded, a little smiley face should pop up in the corner of your browser. This is the RAINBOW extension. The first time you load it up it might take a bit for the checkboxes to work but eventually everything should be fine.                    

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

Tên RAINBOW RAINBOW
ID kapplegpndomdinbdhlhofhiakmpikce
URL Chính Thức https://chrome.google.com/webstore/detail/rainbow/kapplegpndomdinbdhlhofhiakmpikce
Mô tả EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM
Kích Thước Tệp 33.56 KB
Số Lần Cài Đặt 286
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2015-12-04
Ngày Phát Hành 2015-12-04
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Garret
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RAINBOW",
    "short_name": "RB",
    "description": "EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM",
    "version": "2.0.1",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon\/icon32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/rainbow.js"
    ],
    "icons": {
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}