Rainbows For All

Rainbowify your browsing experience!

Hvad er Rainbows For All?

Rainbows For All er en Chrome-udvidelse udviklet af https://jonoshields.com, og dens hovedfunktion er "Rainbowify your browsing experience!".

Udvidelsesskærmbilleder

screenshot

Download Rainbows For All-udvidelses-CRX-fil

Download Rainbows For All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Officiel URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Beskrivelse Rainbowify your browsing experience!
Filstørrelse 21.63 KB
Antal Installationer 179
Nuværende Version 1.1
Senest Opdateret 2017-11-27
Udgivelsesdato 2017-11-26
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://jonoshields.com
Betalingsmetode free
Understøttede Sprog 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
}