Classify Newtab

New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.

Что такое Classify Newtab?

Classify Newtab - это расширение Chrome, разработанное cassifyext, и его основная функция - "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Classify Newtab

Скачайте файлы расширений Classify Newtab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This  extension allows you to separate your favorites into folders, bookmarks and shortcuts in an organized manner that gives you full control of your desktop, your new tab and your start page.

By clicking "Add to chrome", I accept and agree to installing Classify extension and setting Chrome™ New Tab search to Bing provided by the service and the Terms of Use at 
Privacy Policy: https://classifyext.com/privacy.html
EULA: https://classifyext.com/eula.html

Classify search will be powered by Microsoft Bing.                    

Основная информация о расширении

Название Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
Официальный URL https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Описание New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Размер файла 246 KB
Количество установок 2,000
Текущая Версия 1.1.7
Последнее Обновление 2022-07-16
Дата публикации 2022-06-26
Разработчик cassifyext
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.classifyext.com
URL страницы помощи https://classifyext.com/contact.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classify Newtab",
    "description": "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.",
    "version": "1.1.7",
    "manifest_version": 3,
    "icons": {
        "16": "\/img\/index.png",
        "32": "\/img\/index.png",
        "48": "\/img\/index.png",
        "128": "\/img\/index.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab"
    ],
    "background": {
        "service_worker": "service_worker.js"
    }
}