Organize Tabs
Organize tabs in Google Chrome.
什么是Organize Tabs?
Organize Tabs是由https://hacktoolkit.com开发的Chrome扩展程序,该扩展的主要功能是“Organize tabs in Google Chrome.”。
扩展截图
下载Organize Tabs扩展crx文件
下载Organize Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Organize Google Chrome Tabs with the click of a button. Once you use this plugin, you'll never go back to manually wrangling your tabs ever again!
Features:
- Collate Tabs
- Consolidate All Tabs
- Consolidate Pinned vs Unpinned Tabs
- Deduplicate Tabs
- Sort Tabs in Window
- Close All Tabs from this Domain
- Close Blank Tabs
- Bring All Windows To Front 扩展基本信息
| 名称 | |
| ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
| 官方URL | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
| 简介 | Organize tabs in Google Chrome. |
| 文件大小 | 53.35 KB |
| 安装次数 | 111 |
| 当前版本 | 0.9.0 |
| 更新时间 | 2023-01-20 |
| 上架时间 | 2020-09-23 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://hacktoolkit.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
| 帮助页面URL | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Organize Tabs",
"version": "0.9.0",
"description": "Organize tabs in Google Chrome.",
"icons": {
"16": "img\/organize_tabs_icon_128.png",
"64": "img\/organize_tabs_icon_128.png",
"128": "img\/organize_tabs_icon_128.png"
},
"action": {
"default_icon": "img\/organize_tabs_icon_128.png",
"default_popup": "src\/popup.html",
"default_title": "Organize Tabs"
},
"author": "Hacktoolkit (@hacktoolkit)",
"options_ui": {
"page": "src\/options.html"
},
"permissions": [
"contextMenus",
"tabs"
],
"background": {
"service_worker": "src\/js\/organize_tabs.js"
},
"short_name": "Organize Tabs"
} | |