Classify Newtab
New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Cos'è Classify Newtab?
Classify Newtab è un'estensione di Chrome sviluppata da cassifyext, e la sua funzione principale è "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Classify Newtab
Scarica i file di estensione Classify Newtab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ecikbegfidghkbmbplhbddonlpelgjbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo |
Descrizione | New tab extension which allow to Organize Unlimited shortcut links into unlimited folders. |
Dimensione del File | 246 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 1.1.7 |
Ultimo Aggiornamento | 2022-07-16 |
Data di Pubblicazione | 2022-06-26 |
Sviluppatore | cassifyext |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.classifyext.com |
URL della Pagina di Aiuto | https://classifyext.com/contact.html |
Lingue Supportate | 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" } } |