Classify Newtab

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

Co to jest Classify Newtab?

Classify Newtab to rozszerzenie Chrome opracowane przez cassifyext, a jego główną funkcją jest „New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Classify Newtab

Pobierz pliki rozszerzeń Classify Newtab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
Oficjalny URL https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Opis New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Rozmiar pliku 246 KB
Liczba instalacji 2,000
Aktualna Wersja 1.1.7
Ostatnia Aktualizacja 2022-07-16
Data Publikacji 2022-06-26
Deweloper cassifyext
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.classifyext.com
Adres URL Strony Pomocy https://classifyext.com/contact.html
Obsługiwane Języki 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"
    }
}