Tabasco
Spicy Tab Management - Search, sort and manage your tabs.
Tabasco là gì?
Tabasco là một tiện ích mở rộng Chrome được phát triển bởi https://donatstudios.com, và tính năng chính của nó là "Spicy Tab Management - Search, sort and manage your tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tabasco
Tải xuống các tệp mở rộng Tabasco dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tabasco |
ID | apnefdpgaignkblccanndkelkjabjgjh |
URL Chính Thức | https://chromewebstore.google.com/detail/tabasco/apnefdpgaignkblccanndkelkjabjgjh |
Mô tả | Spicy Tab Management - Search, sort and manage your tabs. |
Kích Thước Tệp | 60.68 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 0.12.1 |
Cập Nhật Lần Cuối | 2023-12-23 |
Ngày Phát Hành | 2020-06-17 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://donatstudios.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/donatj/tabasco |
URL Trang Trợ Giúp | https://github.com/donatj/tabasco/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/donatj/tabasco/blob/master/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |