https://github.com/wflixu/ntab
a chrome extensions for new tab page
https://github.com/wflixu/ntab
browser-extension chrome chrome-extensions extension new-tab-page wxt
Last synced: about 1 year ago
JSON representation
a chrome extensions for new tab page
- Host: GitHub
- URL: https://github.com/wflixu/ntab
- Owner: wflixu
- Created: 2023-12-16T03:32:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:50:06.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:23:35.310Z (about 1 year ago)
- Topics: browser-extension, chrome, chrome-extensions, extension, new-tab-page, wxt
- Language: Vue
- Homepage:
- Size: 15.4 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntab
自定义tab 导航页,自定义搜索,效果如下


# 使用方法
## 本地构建
clone 代码库到本地
```shell
pnpm install
pnpm build
```
## 在chrome/chromium 中加载


## 最近更新
### v 1.5
[feat] 使用 Bing 图片 API 加载背景图片
### v 1.4
[feat] 导航地址同步到书签中
# 其他
bing 图片 API 使用的是 https://www.dailybing.com/api
欢迎 PR star