Classify Newtab

New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.

O que é Classify Newtab?

Classify Newtab é uma extensão do Chrome desenvolvida por cassifyext, e sua principal característica é "New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Classify Newtab

Baixe arquivos de extensão Classify Newtab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Classify Newtab Classify Newtab
ID ecikbegfidghkbmbplhbddonlpelgjbo
URL Oficial https://chrome.google.com/webstore/detail/classify-newtab/ecikbegfidghkbmbplhbddonlpelgjbo
Descrição New tab extension which allow to Organize Unlimited shortcut links into unlimited folders.
Tamanho do Arquivo 246 KB
Contagem de Instalações 2,000
Versão Atual 1.1.7
Última Atualização 2022-07-16
Data de Publicação 2022-06-26
Desenvolvedor cassifyext
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.classifyext.com
URL da Página de Ajuda https://classifyext.com/contact.html
Idiomas Suportados 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"
    }
}