Overhaul
Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look
Hvad er Overhaul?
Overhaul er en Chrome-udvidelse udviklet af Blueyedgeek, og dens hovedfunktion er "Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look".
Udvidelsesskærmbilleder
Download Overhaul-udvidelses-CRX-fil
Download Overhaul-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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kjdbdpkckfgllioaiflocedlaeilccfk |
Officiel URL | https://chromewebstore.google.com/detail/overhaul/kjdbdpkckfgllioaiflocedlaeilccfk |
Beskrivelse | Overhaul is a reimagination of the nairaland desktop website. It updates the site and gives it a modern and slick new look |
Filstørrelse | 278 KB |
Antal Installationer | 164 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2018-08-12 |
Udgivelsesdato | 2018-08-12 |
Bedømmelse | 4.38/5 Samlet 8 Bedømmelser |
Udvikler | Blueyedgeek |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |