Rainbows For All

Rainbowify your browsing experience!

Wat is Rainbows For All?

Rainbows For All is een Chrome-extensie ontwikkeld door https://jonoshields.com, en de belangrijkste functie is "Rainbowify your browsing experience!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rainbows For All

Download Rainbows For All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Officiële URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Beschrijving Rainbowify your browsing experience!
Bestandsgrootte 21.63 KB
Aantal Installaties 179
Huidige Versie 1.1
Laatst Bijgewerkt 2017-11-27
Publicatiedatum 2017-11-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://jonoshields.com
Betalingswijze free
Ondersteunde Talen 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
}