Rainbows For All

Rainbowify your browsing experience!

Was ist Rainbows For All?

Rainbows For All ist eine Chrome-Erweiterung, die von https://jonoshields.com entwickelt wurde, und ihr Hauptmerkmal ist "Rainbowify your browsing experience!".

Erweiterungsscreenshots

screenshot

Rainbows For All-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rainbows For All-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Offizielle URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Beschreibung Rainbowify your browsing experience!
Dateigröße 21.63 KB
Installationsanzahl 179
Aktuelle Version 1.1
Letztes Update 2017-11-27
Veröffentlichungsdatum 2017-11-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://jonoshields.com
Zahlungsart free
Unterstützte Sprachen 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
}