Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Cos'è Minimalist New Tab?
Minimalist New Tab è un'estensione di Chrome sviluppata da John, e la sua funzione principale è "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimalist New Tab
Scarica i file di estensione Minimalist New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
URL Ufficiale | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Descrizione | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Dimensione del File | 131 KB |
Conteggio Installazioni | 262 |
Versione Corrente | 0.2.6 |
Ultimo Aggiornamento | 2019-02-06 |
Data di Pubblicazione | 2019-02-06 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | John |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |