Overhaul

Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look

Co je Overhaul?

Overhaul je rozšíření Chrome vyvinuté Blueyedgeek, a jeho hlavní funkcí je „Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Overhaul

Stáhněte si soubory rozšíření Overhaul ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Overhaul Overhaul
ID kjdbdpkckfgllioaiflocedlaeilccfk
Oficiální URL https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk
Popis Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Velikost souboru 278 KB
Počet instalací 164
Aktuální Verze 0.0.2
Poslední Aktualizace 2018-08-12
Datum Vydání 2018-08-12
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář Blueyedgeek
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overhaul",
    "version": "0.0.2",
    "description": "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.nairaland.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ],
            "css": [
                ".\/init.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/temp-logo.png",
        "32": ".\/temp-logo.png",
        "64": ".\/temp-logo.png",
        "128": ".\/temp-logo.png"
    }
}