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
官方網址 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
}