Rainbows For All

Rainbowify your browsing experience!

Qu'est-ce que Rainbows For All ?

Rainbows For All est une extension Chrome développée par https://jonoshields.com, et sa fonction principale est "Rainbowify your browsing experience!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Rainbows For All

Téléchargez les fichiers d'extension Rainbows For All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
URL Officiel https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Description Rainbowify your browsing experience!
Taille du Fichier 21.63 KB
Nombre d'Installations 179
Version Actuelle 1.1
Dernière Mise à Jour 2017-11-27
Date de Publication 2017-11-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://jonoshields.com
Type de Paiement free
Langues Prises en Charge 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
}