RAINBOW

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

什麼是RAINBOW?

RAINBOW是由Garret開發的Chrome擴展程式,該擴展的主要功能是“EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM”。

擴展截圖

screenshot

下載RAINBOW擴展crx文件

下載RAINBOW擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RAINBOW RAINBOW
ID kapplegpndomdinbdhlhofhiakmpikce
官方網址 https://chrome.google.com/webstore/detail/rainbow/kapplegpndomdinbdhlhofhiakmpikce
簡介 EPILEPSY WARNING YOU HAVE BEEN WARNED MY FRIEND. *2.0.1 FIXES THE FUNCTIONALLITY PROBLEM
檔案大小 33.56 KB
安裝次數 286
目前版本 2.0.1
更新時間 2015-12-04
上架時間 2015-12-04
評分 4.83/5 共 6 次評分
開發者 Garret
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}