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 |
公式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 |
Eメール | [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" ] } |