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"
擴展基本資訊
名稱 | Tabasco |
ID | apnefdpgaignkblccanndkelkjabjgjh |
官方網址 | 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" ] } |