Close Tabs
Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
Close Tabs란 무엇입니까?
Close Tabs은(는) https://tejji.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more"입니다.
확장 프로그램 스크린샷
Close Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Provide context menu (popup that appear on right click) close button with following options 1. Close tabs to the left of current tab 2. Close tabs to the right of current tab 3. Close other tabs except current tab 4. Close current tab 6. Close tabs from current domain / website 7. Close tabs from other domain / website except current one 8. Close window 9. Option to disable context menu The options is available via... Right click on any webpage --> Click Close Tabs --> Click Options More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-13 - changes to ensure compliance Chrome Web Store policies
확장 프로그램 기본 정보
이름 | |
ID | gadafnnkijfmbbmeielphlapddbmgbgo |
공식 URL | https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo |
설명 | Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more |
파일 크기 | 72.56 KB |
설치 횟수 | 11,611 |
현재 버전 | 1.2 |
최근 업데이트 | 2018-09-14 |
출시 날짜 | 2018-09-13 |
평점 | 4.24/5 총 186 개의 평점 |
개발자 | https://tejji.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tejji.com/ |
도움말 페이지 URL | http://tejji.com/contactus.aspx |
개인정보 보호 정책 페이지 URL | https://tejji.com/privacy.aspx |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tabs", "version": "1.2", "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.htm" }, "options_page": "options.htm", "permissions": [ "contextMenus", "unlimitedStorage", "tabs" ], "manifest_version": 2, "homepage_url": "http:\/\/tejji.com\/" } |