minimal-new-tab
(FINISHED) Replacement of the new tab for Google Chrome
Cos'è minimal-new-tab?
minimal-new-tab è un'estensione di Chrome sviluppata da durancristhian, e la sua funzione principale è "(FINISHED) Replacement of the new tab for Google Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione minimal-new-tab
Scarica i file di estensione minimal-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
(FINISHED) Replacement of the new tab for Google Chrome Version 1.0: - Deleted extra functionality and commented code Versión 0.3: - Added animate.css animations and daily quotes Versión 0.2: - ToDo list added at the right Versión 0.1: - Added centered day and hour
Informazioni di Base sull'Estensione
Nome | minimal-new-tab |
ID | nljoaafhkenagpclofihfbfhkhddhdlk |
URL Ufficiale | https://chromewebstore.google.com/detail/minimal-new-tab/nljoaafhkenagpclofihfbfhkhddhdlk |
Descrizione | (FINISHED) Replacement of the new tab for Google Chrome |
Dimensione del File | 575 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-29 |
Data di Pubblicazione | 2015-11-29 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | durancristhian |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "minimal-new-tab", "description": "(FINISHED) Replacement of the new tab for Google Chrome", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "img\/icon-16.png", "128": "img\/icon-128.png" } } |