Rainbows For All

Rainbowify your browsing experience!

Co to jest Rainbows For All?

Rainbows For All to rozszerzenie Chrome opracowane przez https://jonoshields.com, a jego główną funkcją jest „Rainbowify your browsing experience!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Rainbows For All

Pobierz pliki rozszerzeń Rainbows For All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Rainbows For All Rainbows For All
ID joknkidihdjigogoclcheaofmdfhhgfh
Oficjalny URL https://chromewebstore.google.com/detail/rainbows-for-all/joknkidihdjigogoclcheaofmdfhhgfh
Opis Rainbowify your browsing experience!
Rozmiar pliku 21.63 KB
Liczba instalacji 179
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-11-27
Data Publikacji 2017-11-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://jonoshields.com
Typ Płatności free
Obsługiwane Języki 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
}