NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
Cos'è NEXXT TABS?
NEXXT TABS è un'estensione di Chrome sviluppata da NoCymer | Lobsang, e la sua funzione principale è "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NEXXT TABS
Scarica i file di estensione NEXXT TABS 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 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.
Informazioni di Base sull'Estensione
Nome | NEXXT TABS |
ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
URL Ufficiale | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
Descrizione | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
Dimensione del File | 6.02 MB |
Conteggio Installazioni | 4,435 |
Versione Corrente | 4.0 |
Ultimo Aggiornamento | 2024-01-29 |
Data di Pubblicazione | 2021-12-28 |
Valutazione | 4.73/5 Totale 11 Valutazioni |
Sviluppatore | NoCymer | Lobsang |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/NoCymer/nexxt-tabs |
URL della Pagina di Aiuto | https://forms.gle/MvYPGFKk7A8ShPZu7 |
Lingue Supportate | 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" } |