New Tab Link Collection

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

Apa itu New Tab Link Collection?

New Tab Link Collection adalah ekstensi Chrome yang dikembangkan oleh dreiQBIK, dan fitur utamanya adalah "New tab page where you can add your favorite and most frequently used links.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi New Tab Link Collection

Unduh file ekstensi New Tab Link Collection dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
URL Resmi https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
Deskripsi New tab page where you can add your favorite and most frequently used links.
Ukuran File 983 KB
Jumlah Instalasi 79
Versi Saat Ini 1.7
Terakhir Diperbarui 2018-06-22
Tanggal Publikasi 2018-06-22
Penilaian 5.00/5 Total 3 Penilaian
Pengembang dreiQBIK
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}