New Tab - Fresh
Beautiful photos every time you open a new tab
Cos'è New Tab - Fresh?
New Tab - Fresh è un'estensione di Chrome sviluppata da Bhavir Shah, e la sua funzione principale è "Beautiful photos every time you open a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab - Fresh
Scarica i file di estensione New Tab - Fresh 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
Get inspired with beautiful photos and quotes.
Informazioni di Base sull'Estensione
Nome | New Tab - Fresh |
ID | fdplkiclfakkcighicgedbafohgljebp |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-fresh/fdplkiclfakkcighicgedbafohgljebp |
Descrizione | Beautiful photos every time you open a new tab |
Dimensione del File | 984 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 3.0.0 |
Ultimo Aggiornamento | 2022-05-24 |
Data di Pubblicazione | 2020-04-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Bhavir Shah |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/shahbhavir |
URL della Pagina di Aiuto | https://github.com/shahbhavir |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "New Tab - Fresh", "version": "3.0.0", "description": "Beautiful photos every time you open a new tab", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "icons": { "192": "images\/android-chrome-192x192.png", "384": "images\/android-chrome-384x384.png" }, "homepage_url": "https:\/\/github.com\/shahbhavir", "short_name": "New Tab" } |