Tab Box
Tab Manager
Tab Box란 무엇입니까?
Tab Box은(는) tejkar777에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab Manager"입니다.
확장 프로그램 스크린샷
Tab Box 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tab manager for managing multiple open tabs with simplicity. Tab Box is a tab manager extension for Chrome that helps you manage multiple open tabs while using minimal system resources. Tab Box also comes with the tools for quick navigation to open tabs, and to easily save tabs. User can see the list of all open tabs. User can select multiple tabs and save them. 'Resource' tab will show all the saved tabs title. User can click on the item to open that link.
확장 프로그램 기본 정보
이름 | Tab Box |
ID | habiejhoecconkpglffkehpfohefkpjk |
공식 URL | https://chromewebstore.google.com/detail/tab-box/habiejhoecconkpglffkehpfohefkpjk |
설명 | Tab Manager |
파일 크기 | 9.51 KB |
설치 횟수 | 347 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-11-07 |
출시 날짜 | 2021-11-06 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | tejkar777 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/0c778ee0-1aed-4a34-8716-fba023d236fc |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Box", "description": "Tab Manager", "version": "1.0.0", "manifest_version": 2, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/kit.fontawesome.com\/11f67e7c0a.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/js\/bootstrap.bundle.min.js; object-src 'self'" } |