New Tab Link Collection

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

ما هو New Tab Link Collection؟

New Tab Link Collection هو إضافة Chrome تم تطويرها بواسطة dreiQBIK، والميزة الرئيسية لها هي "New tab page where you can add your favorite and most frequently used links.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Tab Link Collection

قم بتنزيل ملفات الامتداد New Tab Link Collection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم New Tab Link Collection New Tab Link Collection
ID gophcpnbaafonmeaekpebpdgmmfmnfep
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-link-collection/gophcpnbaafonmeaekpebpdgmmfmnfep
الوصف New tab page where you can add your favorite and most frequently used links.
حجم الملف 983 KB
عدد التثبيتات 79
النسخة الحالية 1.7
آخر تحديث 2018-06-22
تاريخ النشر 2018-06-22
تقييم 5.00/5 مجموع تقييمات 3
المطور dreiQBIK
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}