Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Co je Minimalist New Tab?
Minimalist New Tab je rozšíření Chrome vyvinuté John, a jeho hlavní funkcí je „Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Minimalist New Tab
Stáhněte si soubory rozšíření Minimalist New Tab 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í
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Základní Informace o Rozšíření
Název | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
Oficiální URL | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Popis | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Velikost souboru | 131 KB |
Počet instalací | 262 |
Aktuální Verze | 0.2.6 |
Poslední Aktualizace | 2019-02-06 |
Datum Vydání | 2019-02-06 |
Hodnocení | 4.86/5 Celkem 7 Hodnocení |
Vývojář | John |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |