Classify Newtab

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

Hvad er Classify Newtab?

Classify Newtab er en Chrome-udvidelse udviklet af cassifyext, og dens hovedfunktion er "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

Udvidelsesskærmbilleder

screenshot

Download Classify Newtab-udvidelses-CRX-fil

Download Classify Newtab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
Officiel URL https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Beskrivelse New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Filstørrelse 246 KB
Antal Installationer 2,000
Nuværende Version 1.1.7
Senest Opdateret 2022-07-16
Udgivelsesdato 2022-06-26
Udvikler cassifyext
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.classifyext.com
Hjælpeside-URL https://classifyext.com/contact.html
Understøttede Sprog 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"
    }
}