Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T06:39:36.000Z (about 1 month ago)
- Last Synced: 2024-11-12T07:28:58.195Z (about 1 month ago)
- Topics: browser-extension, chrome, chrome-extensions, extension, new-tab-page, wxt
- Language: Vue
- Homepage:
- Size: 12.9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ntab
自定义tab 导航页,自定义搜索,效果如下
![总览](./public/imgs/preview.png)
![背景设置](./public/imgs/background.png)
# 使用方法
## 本地构建
clone 代码库到本地```shell
pnpm installpnpm build
```
## 在chrome/chromium 中加载
![步骤-1](./public/imgs/step-1.jpg)
![步骤-1](./public/imgs/step-2.jpg)
## 最近更新
### v 1.5
[feat] 使用 Bing 图片 API 加载背景图片### v 1.4
[feat] 导航地址同步到书签中# 其他
bing 图片 API 使用的是 https://www.dailybing.com/api
欢迎 PR star