TabCloser
Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.
TabCloser란 무엇입니까?
TabCloser은(는) https://tabcloser.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs."입니다.
확장 프로그램 스크린샷
TabCloser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep your tabs tidy, so you can stay focused. TabCloser eliminates those pesky leftover tabs from popular service like, Figma, Slack, and Zoom meetings—leaving you with a clean browser and a clear path to productivity. Next time you click a Figma link from Slack and you open the file in your desktop client, launch a Zoom meeting from your calendar into the Zoom client, open that sad girl Spotify playlist your bestie sent, open that VS Code Live Share link into the desktop client, enjoy browsing a Discord community without worrying about that invite tab still being open, or open those tasks you've been putting off in Asana or Linear, TabCloser let’s you do your thing—when you're back in your browser, your tabs will be nice and tidy. Learn more at https://tabcloser.com or browse the code on GitHub https://github.com/sethcottle/tabcloser
확장 프로그램 기본 정보
이름 | TabCloser |
ID | ebhkgfbgbcaphagkjbiffhnfbmkkbadb |
공식 URL | https://chromewebstore.google.com/detail/tabcloser/ebhkgfbgbcaphagkjbiffhnfbmkkbadb |
설명 | Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs. |
파일 크기 | 52.93 KB |
설치 횟수 | 185 |
현재 버전 | 2.7.6 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2023-05-08 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | https://tabcloser.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tabcloser.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TabCloser", "version": "2.7.6", "description": "Automatically close leftover tabs from services like Figma, Spotify, Zoom and other commonly redirected URLs.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs", "storage" ], "background": { "service_worker": "background.js" }, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |