Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 38 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,54 @@
# Tag Planet - Install a Dashboard for Your Browser
# Tag Planet - Add a Dashboard to Your Browser

[English](README.md) | [中文](README.zh.md)

Tag Planet is a browser-based tab management tool that allows you to easily manage your tabs and tag them, turning your browser into a dashboard.
Tag Planet is a browser-based tab management tool that allows you to easily manage your tabs and turn your browser into a dashboard.

![](./assets/img1.png)
![](./src/assets/img1.png)

# Product Features
- **Tab Management**: You can easily manage your browser bookmarks, automatically convert bookmark data into navigation, and turn your browser into a dashboard.
- **Recent Visits**: Displays the last 10 websites visited at the top, so you can easily recover any tabs you accidentally closed.
- **Tab Bar Management**: If you have too many websites open in your browser, the default tab bar can get too crowded. Tag Planet uses a vertical layout, allowing you to click directly to jump to a tab.
- **Bookmark Management**: Easily manage your browser bookmarks and automatically convert them into navigation, transforming your browser into a dashboard.
- **Bookmark Fuzzy Search**: Quickly search your bookmarks by entering keywords to find the website you want.
- **Recent Visits**: Displays the 10 most recently visited websites at the top, making it easy to recover if accidentally closed.
- **Tab Bar Management**: When too many websites are open, the default tab bar can get crowded. Tag Planet uses a vertical layout, allowing direct access to tabs with a click.
- **Export Bookmarks**: Export your bookmark data to share with others.
- **Subscribe to Bookmark Sources**: Exported JSON files can be uploaded to any server as a subscription source. Users can enter the subscription source link within Tag Planet to share bookmarks.

# Support and Installation
## Support
Currently, only Chrome and Edge browsers have been tested for perfect compatibility. Other browsers can be tested at your own discretion.
Currently tested and fully supported only on Chrome and Edge browsers. Other browsers can be tested by yourself.
Tech Stack: `vite` `vue3` `crxjs`

## Installation
You can install Tag Planet through the following methods:
- **Chrome Web Store**:https://chromewebstore.google.com/detail/jeaebbdndojkbnnfcaihgokhnakocbnf
- **Edge Add-ons Store**:https://microsoftedge.microsoft.com/addons/detail/podfjomopoejmlkfnhanlmlagcnlappd
- **Download the installer package**: https://wwo.lanzouo.com/i0lD224yl0yb
- Manual installation: Download the code, unzip it, and open the Developer mode in the browser's extension settings, then load the unzipped extension.
- **Chrome Store**: https://chromewebstore.google.com/detail/jeaebbdndojkbnnfcaihgokhnakocbnf
- **Edge Store**: https://microsoftedge.microsoft.com/addons/detail/podfjomopoejmlkfnhanlmlagcnlappd
- **Offline Installation**: https://wwo.lanzouo.com/irgle26hmucf
- **Manual Installation**: Download the code, unzip it, then enable Developer Mode in your browser’s extension settings and load the unpacked extension.
- **Note**: The latest version is v1.1. There might be a delay in the browser extension stores' review process. If the version number is not 1.1, it means it’s under review. You can use the source code to compile and install the latest version or use offline installation.

## Example Subscription Sources
You can subscribe to Tag Planet's example sources through the following links:
- **Developer Navigation**: https://file.zhuayuya.com/source/dev.json
- **Designer Navigation**: https://file.zhuayuya.com/source/design.json
- **Anime Websites**: https://file.zhuayuya.com/source/2d.json
- **Standalone Game Downloads**: https://file.zhuayuya.com/source/game.json

### Note: Subscription source requests have cross-origin issues. The source code uses the official backend proxy server by default. If you need to modify it for your own server, you can do so.

# Feedback
If you have any questions, feel free to reach out to me, and I will handle them promptly.
- You can contact me via WeChat: 1090879115
- Email: pony618@foxmail.com
- WeChat Group & Official Account
If you have any questions, feel free to provide feedback, and I will address them promptly.
- **Contact me via WeChat**: 1090879115
- **Email**: pony618@foxmail.com
- WeChat Official Account

![](./assets/dingyue.jpeg)

# Screenshot Display
![](./src/assets/img2.png)

![](./src/assets/img3.png)

![](./assets/wx.jpg)
![](./src/assets/img4.png)

![](./assets/dingyue.jpeg)
![](./src/assets/img5.png)
45 changes: 33 additions & 12 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,55 @@
[English](README.md) | [中文](README.zh.md)


标签星球是一个基于浏览器的标签管理工具,你可以轻松的管理你的标签,并给它们打上标签,让你的浏览器成为一个仪表盘。
标签星球是一个基于浏览器的标签管理工具,你可以轻松的管理你的标签页,让你的浏览器成为一个仪表盘。

![](./assets/img1.png)
![](./src/assets/img1.png)

# 产品功能
- **标签管理**:你可以轻松的管理你的浏览器收藏夹,将收藏数据自动转为导航,让你的浏览器成为一个仪表盘。
- **最近访问**:最上方显示最近访问的10个网站,不小心误关,轻松找回
- **Tab栏管理**:浏览器打开太多网站,默认Tab栏太拥挤,标签星球竖向布局,点击直接跳到Tab
- **收藏夹管理**:你可以轻松的管理你的浏览器收藏夹,将收藏数据自动转为导航,让你的浏览器成为一个仪表盘。
- **收藏夹模糊搜索**:输入关键字快速搜索你的收藏夹,快速找到你想要的网站。
- **最近访问**:最上方显示最近访问的10个网站,不小心误关,轻松找回。
- **Tab栏管理**:浏览器打开太多网站,默认Tab栏太拥挤,标签星球竖向布局,点击直接跳到Tab。
- **导出收藏夹**:导出你的收藏夹数据,分享给他人。
- **订阅收藏源**:导出的json文件可以上传至任意服务器作为订阅源,用户可在标签星球内输入订阅源链接,实现收藏夹分享。

# 支持和安装
## 支持
目前仅测试了chrome、edge两款浏览器可以完美支持,其他浏览器可以自行测试。
技术栈:`vite` `vue3` `crxjs`

## 安装
你可以通过以下方式安装标签星球:
- **Chrome商城**:https://chromewebstore.google.com/detail/jeaebbdndojkbnnfcaihgokhnakocbnf
- **Edge商城**:https://microsoftedge.microsoft.com/addons/detail/podfjomopoejmlkfnhanlmlagcnlappd
- **下载安装包**:https://wwo.lanzouo.com/i0lD224yl0yb
- **Chrome商店**:https://chromewebstore.google.com/detail/jeaebbdndojkbnnfcaihgokhnakocbnf
- **Edge商店**:https://microsoftedge.microsoft.com/addons/detail/podfjomopoejmlkfnhanlmlagcnlappd
- **离线安装**:https://wwo.lanzouo.com/irgle26hmucf
- **手动安装**:下载代码,解压后,在浏览器扩展程序中打开开发者模式,加载已解压的扩展程序。
- chrome商城和edge商城还在审核中,稍后会发布到商城。
- **注意**:目前最新版本v1.1,浏览器扩展商店有审核延迟,如果版本号不是1.1就是审核中体验最新版本可用源码编译安装或离线安装

## 示例订阅源
你可以通过以下链接订阅标签星球的示例订阅源:
- **开发者导航**:https://file.zhuayuya.com/source/dev.json
- **设计师导航**:https://file.zhuayuya.com/source/design.json
- **二次元网站**:https://file.zhuayuya.com/source/2d.json
- **单机游戏下载**:https://file.zhuayuya.com/source/game.json

### 注意:订阅源请求有跨域问题,源代码默认使用了官方后端中转服务器,需要二开可以自行修改成自己的

# 反馈
如果你有任何问题,欢迎反馈给我,我会及时处理。
- **可以通过微信联系我**:1090879115
- **Email**:pony618@foxmail.com
- 微信群 & 公众号

![](./assets/wx.jpg)
- 公众号

![](./assets/dingyue.jpeg)


# 截图展示
![](./src/assets/img2.png)

![](./src/assets/img3.png)

![](./src/assets/img4.png)

![](./src/assets/img5.png)

Loading