Rainbows For All

Rainbowify your browsing experience!

Cos'è Rainbows For All?

Rainbows For All è un'estensione di Chrome sviluppata da https://jonoshields.com, e la sua funzione principale è "Rainbowify your browsing experience!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Rainbows For All

Scarica i file di estensione Rainbows For All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
URL Ufficiale https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Descrizione Rainbowify your browsing experience!
Dimensione del File 21.63 KB
Conteggio Installazioni 179
Versione Corrente 1.1
Ultimo Aggiornamento 2017-11-27
Data di Pubblicazione 2017-11-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://jonoshields.com
Tipo di Pagamento free
Lingue Supportate 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
}