NEXXT TABS

NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.

O que é NEXXT TABS?

NEXXT TABS é uma extensão do Chrome desenvolvida por NoCymer | Lobsang, e sua principal característica é "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão NEXXT TABS

Baixe arquivos de extensão NEXXT TABS 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 will provide plethora of tools for you to customize your browsing experience :

• 4 Full HD Default wallpapers

• Add custom wallpapers 

• Shuffle all wallpapers, pick the ones that you love the most or set a static one

• Anime release schedule to keep an eye on weekly anime releases

• Countdown feature to keep track of your upcoming important event

Get NEXXT Tabs now and enjoy the nexxt browsing experience.                    

Informações Básicas da Extensão

Nome NEXXT TABS NEXXT TABS
ID dbocanalfbkfdbpjpnbjmipaidlogbmi
URL Oficial https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi
Descrição NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
Tamanho do Arquivo 6.02 MB
Contagem de Instalações 4,435
Versão Atual 4.0
Última Atualização 2024-01-29
Data de Publicação 2021-12-28
Classificação 4.73/5 Total de 11 Avaliações
Desenvolvedor NoCymer | Lobsang
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/NoCymer/nexxt-tabs
URL da Página de Ajuda https://forms.gle/MvYPGFKk7A8ShPZu7
Idiomas Suportados en,fr,vi,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_icon": "icon.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "unlimitedStorage",
        "search"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "author": "NoCymer"
}