Kloser
Close all tabs and open default tab
Kloser란 무엇입니까?
Kloser은(는) Aleksey Ivashin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close all tabs and open default tab"입니다.
확장 프로그램 스크린샷
Kloser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple extension for closing all tabs in active window and opening New Tab Page or your selected page. You can edit settings of this extension, such as you can choose preferred tab which will be opened after using the extension and you can set will be extension close pinned tabs. Use the shortcut: Ctrl + Q
확장 프로그램 기본 정보
이름 | Kloser |
ID | joanfadldlkgclnmonllgcbnepcbfepk |
공식 URL | https://chromewebstore.google.com/detail/kloser/joanfadldlkgclnmonllgcbnepcbfepk |
설명 | Close all tabs and open default tab |
파일 크기 | 9.99 KB |
설치 횟수 | 14 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2017-04-20 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | Aleksey Ivashin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kloser", "author": "Aleksey Ivashin", "description": "Close all tabs and open default tab", "version": "3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q", "chromeos": "Ctrl+Q", "linux": "Ctrl+Q" } } }, "options_ui": { "page": "options\/options.html" }, "action": { "default_title": "Kloser", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": [] } |