Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Wat is Classify Newtab?
Classify Newtab is een Chrome-extensie ontwikkeld door cassifyext, en de belangrijkste functie is "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".
Extensie Screenshots
Download het CRX-bestand van de extensie Classify Newtab
Download Classify Newtab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
Officiële URL | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Beschrijving | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
Bestandsgrootte | 246 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.1.7 |
Laatst Bijgewerkt | 2022-07-16 |
Publicatiedatum | 2022-06-26 |
Ontwikkelaar | cassifyext |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.classifyext.com |
Help Pagina-URL | https://classifyext.com/contact.html |
Ondersteunde Talen | 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" } } |