New Tab Link Collection

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

Vad är New Tab Link Collection?

New Tab Link Collection är en Chrome-tillägg utvecklad av dreiQBIK, och dess huvudfunktion är "New tab page where you can add your favorite and most frequently used links.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner New Tab Link Collection-förlängningens CRX-fil

Ladda ner New Tab Link Collection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Beskrivning New tab page where you can add your favorite and most frequently used links.
Filstorlek 983 KB
Antal Installationer 79
Aktuell Version 1.7
Senast Uppdaterad 2018-06-22
Publiceringsdatum 2018-06-22
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare dreiQBIK
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}