Yet Another New Tab Page

It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…

Cos'è Yet Another New Tab Page?

Yet Another New Tab Page è un'estensione di Chrome sviluppata da Brian Mock, e la sua funzione principale è "It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Yet Another New Tab Page

Scarica i file di estensione Yet Another 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

                        It's a new tab page extension. It's better than the default one. Give it a try.

Now featuring a new theme and improved performance.

Check out the source code on GitHub!
https://github.com/wavebeem/yantp                    

Informazioni di Base sull'Estensione

Nome Yet Another New Tab Page Yet Another New Tab Page
ID imfkhhcponjpjhfpaccepedaabjclbjj
URL Ufficiale https://chrome.google.com/webstore/detail/yet-another-new-tab-page/imfkhhcponjpjhfpaccepedaabjclbjj
Descrizione It's a new tab page extension. It's better than the default one. Give it a try. Now featuring a new theme and improved…
Dimensione del File 9.39 KB
Conteggio Installazioni 194
Versione Corrente 21.0
Ultimo Aggiornamento 2017-11-19
Data di Pubblicazione 2017-11-19
Valutazione 4.43/5 Totale 14 Valutazioni
Sviluppatore Brian Mock
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wavebeem/yantp
URL della Pagina di Aiuto https://github.com/wavebeem/yantp
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "21.0",
    "name": "Yet Another New Tab Page",
    "short_name": "yantp",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}