NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
什么是NEXXT TABS?
NEXXT TABS是由NoCymer | Lobsang开发的Chrome扩展程序,该扩展的主要功能是“NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.”。
扩展截图
下载NEXXT TABS扩展crx文件
下载NEXXT TABS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
| 官方URL | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
| 简介 | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
| 文件大小 | 6.02 MB |
| 安装次数 | 4,435 |
| 当前版本 | 4.0 |
| 更新时间 | 2024-01-29 |
| 上架时间 | 2021-12-28 |
| 评分 | 4.73/5 共11次评分 |
| 开发者 | NoCymer | Lobsang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/NoCymer/nexxt-tabs |
| 帮助页面URL | https://forms.gle/MvYPGFKk7A8ShPZu7 |
| 支持的语言 | 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"
} | |