Tidy Tab Groups
Automatically collapses your tab groups when you're not using them.
Tidy Tab Groups란 무엇입니까?
Tidy Tab Groups은(는) Moe Bazzi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically collapses your tab groups when you're not using them."입니다.
확장 프로그램 스크린샷
Tidy Tab Groups 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you use Chrome's tab groups to organize and manage your tabs? Well, with Tidy Tab Groups, you can: ✅ Keep your browser tab bar less cluttered: - Every time you switch to a different tab group, the current one automatically collapses thus clearing up space in your browser's tab bar to keep it neat and organized for you 🧹. ✅ Maintain a productive workflow: - When you switch to a different tab group, Tidy Tab Groups remembers which tab was opened the last time you were in the newly selected group, and selects and opens the tab for you automatically, so you can keep a productive workflow when quickly switching between tabs and groups 🚀. Notes: - Tidy Tab Groups is compatible with the Workona tab manager - Tidy Tab Groups is still early in development, we'd love to hear your feedback about any issues or potential features you'd like to see. Feel free to reach out to [email protected] or Twitter DM @_moebazzi.
확장 프로그램 기본 정보
이름 | Tidy Tab Groups |
ID | fohgbkobjdckaapjimleemkolchkmebf |
공식 URL | https://chromewebstore.google.com/detail/tidy-tab-groups/fohgbkobjdckaapjimleemkolchkmebf |
설명 | Automatically collapses your tab groups when you're not using them. |
파일 크기 | 21.43 KB |
설치 횟수 | 311 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2022-10-24 |
출시 날짜 | 2022-05-09 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Moe Bazzi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tidy Tab Groups", "version": "0.0.4", "manifest_version": 3, "description": "Automatically collapses your tab groups when you're not using them.", "icons": { "48": "images\/logo_center_48x48.png", "96": "images\/logo_center_96x96.png" }, "permissions": [ "tabGroups", "storage" ], "background": { "service_worker": "pages\/Background\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*", "pages\/Tab\/*" ], "matches": [ " |