Classify Newtab

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

Qu'est-ce que Classify Newtab ?

Classify Newtab est une extension Chrome développée par cassifyext, et sa fonction principale est "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Classify Newtab

Téléchargez les fichiers d'extension Classify Newtab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
URL Officiel https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Description New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Taille du Fichier 246 KB
Nombre d'Installations 2,000
Version Actuelle 1.1.7
Dernière Mise à Jour 2022-07-16
Date de Publication 2022-06-26
Développeur cassifyext
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.classifyext.com
URL de la Page d'Aide https://classifyext.com/contact.html
Langues Prises en Charge 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"
    }
}