Improved new tab page
Improved new tabe page for Chrome
Cos'è Improved new tab page?
Improved new tab page è un'estensione di Chrome sviluppata da lifeofamuffin, e la sua funzione principale è "Improved new tabe page for Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Improved new tab page
Scarica i file di estensione Improved new tab page 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
Simplistic, Clean and elegant; Just the way you like it. +++FEATURES+++ -Search Youtube, Reddit, Github, IMDB and Gmail from the new tab page. -Persistent notepad, lasting over new browsing sessions and reboots, resizeable, no max character limit, -Time & date -Clean, elegant design. -Lightweight. -Open Source -Integration with bookmarks +++HOW TO USE+++ After installing your new tab page will be upgraded, adding bookmarks inside a folder named "Favorites" will create an easy to use table for navigation in your bookmarks.
Informazioni di Base sull'Estensione
Nome | |
ID | ihefgofeoldeeboigmjjhejekhokojaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/improved-new-tab-page/ihefgofeoldeeboigmjjhejekhokojaj |
Descrizione | Improved new tabe page for Chrome |
Dimensione del File | 5.91 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 3 |
Ultimo Aggiornamento | 2014-04-12 |
Data di Pubblicazione | 2014-04-12 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | lifeofamuffin |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Improved new tab page", "description": "Improved new tabe page for Chrome", "version": "3", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "permissions": [ "bookmarks", "storage", "tabs" ], "manifest_version": 2 } |