Beautiful New Tab
A beautiful new tab page
Cos'è Beautiful New Tab?
Beautiful New Tab è un'estensione di Chrome sviluppata da Matt Carrick, e la sua funzione principale è "A beautiful new tab page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Beautiful New Tab
Scarica i file di estensione Beautiful 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 alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
Informazioni di Base sull'Estensione
Nome | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
URL Ufficiale | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
Descrizione | A beautiful new tab page |
Dimensione del File | 3.78 MB |
Conteggio Installazioni | 167 |
Versione Corrente | 1.19 |
Ultimo Aggiornamento | 2019-08-28 |
Data di Pubblicazione | 2019-08-28 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | Matt Carrick |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rokco.org |
URL della Pagina di Aiuto | https://github.com/xRokco/New-Tab |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |