NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
Co to jest NEXXT TABS?
NEXXT TABS to rozszerzenie Chrome opracowane przez NoCymer | Lobsang, a jego główną funkcją jest „NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NEXXT TABS
Pobierz pliki rozszerzeń NEXXT TABS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
| Oficjalny URL | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
| Opis | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
| Rozmiar pliku | 6.02 MB |
| Liczba instalacji | 4,435 |
| Aktualna Wersja | 4.0 |
| Ostatnia Aktualizacja | 2024-01-29 |
| Data Publikacji | 2021-12-28 |
| Ocena | 4.73/5 Łącznie 11 Oceny |
| Deweloper | NoCymer | Lobsang |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/NoCymer/nexxt-tabs |
| Adres URL Strony Pomocy | https://forms.gle/MvYPGFKk7A8ShPZu7 |
| Obsługiwane Języki | 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"
} | |