Rainbows For All

Rainbowify your browsing experience!

什么是Rainbows For All?

Rainbows For All是由https://jonoshields.com开发的Chrome扩展程序,该扩展的主要功能是“Rainbowify your browsing experience!”。

扩展截图

screenshot

下载Rainbows For All扩展crx文件

下载Rainbows For All扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Rainbows for all allows anybody to improve their browsing experience dramatically by replacing those boring white backgrounds to something a bit more interesting.

Features :
-Rainbows

Note: Does not work on all sites (as some sites override certain styling that this app relies on).                    

扩展基本信息

名称 Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
官方URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
简介 Rainbowify your browsing experience!
文件大小 21.63 KB
安装次数 179
当前版本 1.1
更新时间 2017-11-27
上架时间 2017-11-26
评分 5.00/5 共3次评分
开发者 https://jonoshields.com
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbows For All",
    "version": "1.1",
    "description": "Rainbowify your browsing experience!",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "addContent.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "rainbow.js"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png"
        },
        "default_title": "Rainbows!"
    },
    "manifest_version": 2
}