Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
What is Classify Newtab?
Classify Newtab is a Chrome extension developed by cassifyext, and its main feature is "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".
Extension Screenshots
Download Classify Newtab Extension CRX File
Download Classify Newtab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
Official URL | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Description | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
File Size | 246 KB |
Installation Count | 2,000 |
Current Version | 1.1.7 |
Last Updated | 2022-07-16 |
Publish Date | 2022-06-26 |
Developer | cassifyext |
[email protected] | |
Payment Type | free |
Extension Website | https://www.classifyext.com |
Help Page URL | https://classifyext.com/contact.html |
Supported Languages | 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" } } |