Minimalistic New Tab
Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.
Cos'è Minimalistic New Tab?
Minimalistic New Tab è un'estensione di Chrome sviluppata da smenigat, e la sua funzione principale è "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimalistic New Tab
Scarica i file di estensione Minimalistic 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
A simplistic and clean looking new tab page that makes opening new tabs a beautiful and smooth experience. Features: - Clock showing the current time - Background image freely choosable (any Unsplash image you want)
Informazioni di Base sull'Estensione
Nome | |
ID | hlalpbapamklikbknbjjbjhoaeeohlck |
URL Ufficiale | https://chromewebstore.google.com/detail/minimalistic-new-tab/hlalpbapamklikbknbjjbjhoaeeohlck |
Descrizione | Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background. |
Dimensione del File | 554 KB |
Conteggio Installazioni | 48 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-08-26 |
Data di Pubblicazione | 2019-08-26 |
Sviluppatore | smenigat |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalistic New Tab", "version": "1.1", "description": "Minimalistic new tab page, featuring a simplistic clock and your favorite Unsplash image as background.", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |