Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Co je Classify Newtab?
Classify Newtab je rozšíření Chrome vyvinuté cassifyext, a jeho hlavní funkcí je „New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Classify Newtab
Stáhněte si soubory rozšíření Classify Newtab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
Oficiální URL | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Popis | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
Velikost souboru | 246 KB |
Počet instalací | 2,000 |
Aktuální Verze | 1.1.7 |
Poslední Aktualizace | 2022-07-16 |
Datum Vydání | 2022-06-26 |
Vývojář | cassifyext |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.classifyext.com |
URL Stránky Nápovědy | https://classifyext.com/contact.html |
Podporované Jazyky | 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" } } |