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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |