NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
Qu'est-ce que NEXXT TABS ?
NEXXT TABS est une extension Chrome développée par NoCymer | Lobsang, et sa fonction principale est "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NEXXT TABS
Téléchargez les fichiers d'extension NEXXT TABS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NEXXT TABS |
ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
URL Officiel | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
Description | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
Taille du Fichier | 6.02 MB |
Nombre d'Installations | 4,435 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2021-12-28 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | NoCymer | Lobsang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/NoCymer/nexxt-tabs |
URL de la Page d'Aide | https://forms.gle/MvYPGFKk7A8ShPZu7 |
Langues Prises en Charge | 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" } |