New Tab Link Collection

New tab page where you can add your favorite and most frequently used links.

Cos'è New Tab Link Collection?

New Tab Link Collection è un'estensione di Chrome sviluppata da dreiQBIK, e la sua funzione principale è "New tab page where you can add your favorite and most frequently used links.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione New Tab Link Collection

Scarica i file di estensione New Tab Link Collection 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

                        This extension replaces the new tab page with a nice grid view, where you can add your favorite and most frequently used links. The grid is adjustable to your needs and you can sort your links with headings, groups, icons and colors. You can even use drag and drop to move your lists and list items around.

NEW in v1.7:
- dark theme updated
- icons of previously added links can now be changed                    

Informazioni di Base sull'Estensione

Nome New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Descrizione New tab page where you can add your favorite and most frequently used links.
Dimensione del File 983 KB
Conteggio Installazioni 79
Versione Corrente 1.7
Ultimo Aggiornamento 2018-06-22
Data di Pubblicazione 2018-06-22
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore dreiQBIK
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Link Collection",
    "version": "1.7",
    "description": "New tab page where you can add your favorite and most frequently used links.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}