Unload Tab
Allows you to quickly unload (discard) tab in current window.
Unload Tab란 무엇입니까?
Unload Tab은(는) https://fastaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to quickly unload (discard) tab in current window."입니다.
확장 프로그램 스크린샷
Unload Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Unload Tab shows you list of tabs opened in the current window - click any of them to unload it (discard it). To unload multiple pages, use Right Mouse Click. To close multiple pages, use Middle Mouse Click. Use top bar actions to: - unload left tabs - unload right tabs - unload all tabs in current window - unload all tabs in all windows See my other extensions here: https://fastaddons.com/ Support independent developer: - I'm full-time extension developer and your donations is my only income. There are no ads in my extensions! - Please support my work by: - Buy me a coffee - https://ko-fi.com/fastaddons - PayPal donation - https://paypal.me/fastaddons/ - be my Patron - https://liberapay.com/juraj.masiar/ Thank you! :) Your donation will help me keep this extension working in future versions of Chrome!
확장 프로그램 기본 정보
이름 | Unload Tab |
ID | jacifdaceeamhebaonnnaangpkajehjb |
공식 URL | https://chromewebstore.google.com/detail/unload-tab/jacifdaceeamhebaonnnaangpkajehjb |
설명 | Allows you to quickly unload (discard) tab in current window. |
파일 크기 | 20.67 KB |
설치 횟수 | 1,509 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2020-08-13 |
평점 | 4.64/5 총 14 개의 평점 |
개발자 | https://fastaddons.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fastaddons.com/#unload_tab |
개인정보 보호 정책 페이지 URL | https://github.com/fastaddons/privacy_policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Unload Tab", "version": "2.1", "author": "Juraj M\u00e4siar", "description": "Allows you to quickly unload (discard) tab in current window.", "icons": { "128": "128.png" }, "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |