Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Was ist Classify Newtab?
Classify Newtab ist eine Chrome-Erweiterung, die von cassifyext entwickelt wurde, und ihr Hauptmerkmal ist "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".
Erweiterungsscreenshots
Classify Newtab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Classify Newtab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
Offizielle URL | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Beschreibung | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
Dateigröße | 246 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.1.7 |
Letztes Update | 2022-07-16 |
Veröffentlichungsdatum | 2022-06-26 |
Entwickler | cassifyext |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.classifyext.com |
Hilfeseite URL | https://classifyext.com/contact.html |
Unterstützte Sprachen | 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" } } |