New Tab Link Collection

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

Co je New Tab Link Collection?

New Tab Link Collection je rozšíření Chrome vyvinuté dreiQBIK, a jeho hlavní funkcí je „New tab page where you can add your favorite and most frequently used links.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab Link Collection

Stáhněte si soubory rozšíření New Tab Link Collection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
Oficiální URL https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Popis New tab page where you can add your favorite and most frequently used links.
Velikost souboru 983 KB
Počet instalací 79
Aktuální Verze 1.7
Poslední Aktualizace 2018-06-22
Datum Vydání 2018-06-22
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář dreiQBIK
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}