Tabasco
Spicy Tab Management - Search, sort and manage your tabs.
什么是Tabasco?
Tabasco是由https://donatstudios.com开发的Chrome扩展程序,该扩展的主要功能是“Spicy Tab Management - Search, sort and manage your tabs.”。
扩展截图
下载Tabasco扩展crx文件
下载Tabasco扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tabasco is a super helpful tab manager / advanced tab search tool.
Tabasco will help you do the following with your tabs
- Search tabs with an advanced search syntax
- Move search results to a new window
- Merge all windows
- Close duplicate tabs
- Find all tabs from a domain
- Close groups of tabs including entire domains and entire search result sets
By default the text of the tab title and URL will be searched.
Additionally you can:
- Find noisy tabs with: is:audible
- Find pinned tabs with: is:pinned
- Find tabs on a specific host with host:example.com
- Negate searches with ! e.g. !item or !"multi word" 扩展基本信息
| 名称 | |
| ID | apnefdpgaignkblccanndkelkjabjgjh |
| 官方URL | https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh |
| 简介 | Spicy Tab Management - Search, sort and manage your tabs. |
| 文件大小 | 60.68 KB |
| 安装次数 | 57 |
| 当前版本 | 0.12.1 |
| 更新时间 | 2023-12-23 |
| 上架时间 | 2020-06-17 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://donatstudios.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/donatj/tabasco |
| 帮助页面URL | https://github.com/donatj/tabasco/issues |
| 隐私政策页面URL | https://github.com/donatj/tabasco/blob/master/PRIVACY.md |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tabasco",
"description": "Spicy Tab Management - Search, sort and manage your tabs.",
"icons": {
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "0.12.1",
"offline_enabled": true,
"homepage_url": "https:\/\/github.com\/donatj\/tabasco",
"action": {
"default_icon": "icon128.png",
"default_title": "Tabasco: Spicy Tab Management",
"default_popup": "index.html"
},
"side_panel": {
"default_path": "sidebar.html"
},
"permissions": [
"tabs",
"tabGroups",
"sidePanel"
]
} | |