Tab Tree
Tree view for your browser tabs
什么是Tab Tree?
Tab Tree是由gaoliang开发的Chrome扩展程序,该扩展的主要功能是“Tree view for your browser tabs”。
扩展截图
下载Tab Tree扩展crx文件
下载Tab Tree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides a tree view of browser tabs.
Feature list:
1. 🌲 Automatically organized tab tree view
2. ❌ Support closing all tabs below any level with one click
3. 👉 Support switching to a tab by clicking
Note: The order of the tabs that have been opened before installing the plugin may be wrong.
Source Code: https://github.com/gaoliang/tab-tree 扩展基本信息
| 名称 | |
| ID | fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
| 官方URL | https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
| 简介 | Tree view for your browser tabs |
| 文件大小 | 858 KB |
| 安装次数 | 650 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-02-10 |
| 上架时间 | 2022-02-10 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | gaoliang |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/gaoliang/tab-tree |
| 帮助页面URL | https://github.com/gaoliang/tab-tree/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tab Tree",
"description": "Tree view for your browser tabs",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"storage"
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
},
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
}
} | |