Nbtab tab (free ChatGPT)
A highly customizable bookmark desktop management tool; Integrated icon manual sorting, large folders, and dynamic wallpapers; And…
What is Nbtab tab (free ChatGPT)?
Nbtab tab (free ChatGPT) is a Chrome extension developed by https://nbtab.cc, and its main feature is "A highly customizable bookmark desktop management tool; Integrated icon manual sorting, large folders, and dynamic wallpapers; And…".
Extension Screenshots
Download Nbtab tab (free ChatGPT) Extension CRX File
Download Nbtab tab (free ChatGPT) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
nbtab是国内首款同时支持 自定义图标位置、小组件、大文件夹的新标签页扩展 如果您选择使用它,将会给您带来一种很新的上网体验: 1、图标随意摆放 —— 行列数量、图标大小、图标容器随意调整,可将图标扔到整张网页的任何位置! 2、大文件夹 —— 大、中、小三类不同尺寸文件夹,清晰明了的归类您的图标 3、书签 —— 更加高效的管理您的书签,并可将书签批量导入到图标当中 4、小组件 —— 让您的首页更加丰富 5、自定义快捷键 —— 给您的常用网站添加快捷键,一键打开;并自带了一键换肤、一键切换搜索引擎、一键打开商店等10+个系统快捷键 6、壁纸 —— 内置5W+静态壁纸、数个动态壁纸、支持壁纸搜索、自定义上传壁纸 7、云端同步 —— 一端操作,多端使用,防止您的数据丢失! 邮箱: [email protected] 微信:nbtabcc Q 群: 726607227 社区反馈:https://support.qq.com/product/524321 官网:https://tab.nbtab.cc/
Extension Basic Information
Name | Nbtab tab (free ChatGPT) |
ID | cipdakoamkomfpebaagdalomhkgongap |
Official URL | https://chromewebstore.google.com/detail/nbtab-tab-free-chatgpt/cipdakoamkomfpebaagdalomhkgongap |
Description | A highly customizable bookmark desktop management tool; Integrated icon manual sorting, large folders, and dynamic wallpapers; And… |
File Size | 2.51 MB |
Installation Count | 2,108 |
Current Version | 1.2.7 |
Last Updated | 2024-01-21 |
Publish Date | 2023-03-15 |
Rating | 4.82/5 Total 17 Ratings |
Developer | https://nbtab.cc |
[email protected] | |
Payment Type | free |
Extension Website | https://tab.nbtab.cc/ |
Privacy Policy Page URL | https://tab.nbtab.cc/privacy.html |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ab7dd__", "version": "1.2.7", "author": "[email protected]", "default_locale": "zh_CN", "description": "__MSG_c053f__", "icons": { "16": "logo\/logo-16.png", "32": "logo\/logo-32.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab", "storage", "favicon", "background" ], "optional_permissions": [ "bookmarks" ], "background": { "service_worker": "extension-sw-d360cd57-1b36-461f-9436-4f3b725970e8.js" }, "action": { "default_icon": { "16": "logo\/logo-16.png", "24": "logo\/logo-24.png", "32": "logo\/logo-32.png" }, "default_title": "__MSG_3f6f0__", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/api.naivetab.com\/", "https:\/\/static.naivetab.com\/" ], "optional_host_permissions": [ "https:\/\/suggestion.baidu.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ] } |