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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}