New Tab Link Collection

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

Qu'est-ce que New Tab Link Collection ?

New Tab Link Collection est une extension Chrome développée par dreiQBIK, et sa fonction principale est "New tab page where you can add your favorite and most frequently used links.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Link Collection

Téléchargez les fichiers d'extension New Tab Link Collection au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
URL Officiel https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Description New tab page where you can add your favorite and most frequently used links.
Taille du Fichier 983 KB
Nombre d'Installations 79
Version Actuelle 1.7
Dernière Mise à Jour 2018-06-22
Date de Publication 2018-06-22
Évaluation 5.00/5 Total 3 Évaluations
Développeur dreiQBIK
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}