Close other tabs
Browser extension to close other tabs
Close other tabs란 무엇입니까?
Close other tabs은(는) nunofaria11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to close other tabs"입니다.
확장 프로그램 스크린샷
Close other tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple extension that provides a quick way of closing every other tab in window.
확장 프로그램 기본 정보
이름 | |
ID | cohclepbfkicjacnladehmbiepoaobmm |
공식 URL | https://chrome.google.com/webstore/detail/cohclepbfkicjacnladehmbiepoaobmm |
설명 | Browser extension to close other tabs |
파일 크기 | 5.51 KB |
설치 횟수 | 33 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-11-08 |
출시 날짜 | 2019-11-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | nunofaria11 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nunofaria11/close-other-tabs-ext |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close other tabs", "version": "1.0.2", "description": "Browser extension to close other tabs", "author": "Nuno Faria", "homepage_url": "https:\/\/github.com\/nunofaria11\/close-other-tabs-ext", "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } }, "icons": { "16": "icons\/close_16.png", "32": "icons\/close_32.png", "64": "icons\/close_64.png" } } |