NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
Vad är NEXXT TABS?
NEXXT TABS är en Chrome-tillägg utvecklad av NoCymer | Lobsang, och dess huvudfunktion är "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.".
Tilläggsskärmbilder
Ladda ner NEXXT TABS-förlängningens CRX-fil
Ladda ner NEXXT TABS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
| Officiell webbadress | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
| Beskrivning | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
| Filstorlek | 6.02 MB |
| Antal Installationer | 4,435 |
| Aktuell Version | 4.0 |
| Senast Uppdaterad | 2024-01-29 |
| Publiceringsdatum | 2021-12-28 |
| Betyg | 4.73/5 Totalt 11 Betyg |
| Utvecklare | NoCymer | Lobsang |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/NoCymer/nexxt-tabs |
| Hjälpsida URL | https://forms.gle/MvYPGFKk7A8ShPZu7 |
| Stödda Språk | 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"
} | |