Hide Tabs (Panic Button)
Easily hide and restore all open tabs with the click of a button!
Hide Tabs (Panic Button)란 무엇입니까?
Hide Tabs (Panic Button)은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily hide and restore all open tabs with the click of a button!"입니다.
확장 프로그램 스크린샷
Hide Tabs (Panic Button) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hide Tabs (Panic Button) is an extension that lets you easily hide and restore all tabs. To hide (close) all tabs, please press on the toolbar icon once. Next time when you click on the toolbar button again, all hidden tabs are restored to the previous session. Please note that this addon does not have any settings or options to adjust. Instead of the toolbar button, you can use the keyboard shortcut (Alt+Shift+A) to hide and restore tabs. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/hide-tabs.html).
확장 프로그램 기본 정보
이름 | Hide Tabs (Panic Button) |
ID | cbaflamlbiffgoclkalmhboabeohfoke |
공식 URL | https://chromewebstore.google.com/detail/hide-tabs-panic-button/cbaflamlbiffgoclkalmhboabeohfoke |
설명 | Easily hide and restore all open tabs with the click of a button! |
파일 크기 | 23.52 KB |
설치 횟수 | 8,910 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2023-03-07 |
출시 날짜 | 2019-04-20 |
평점 | 1.82/5 총 22 개의 평점 |
개발자 | Yubi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/hide-tabs.html |
도움말 페이지 URL | https://mybrowseraddon.com/hide-tabs.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "name": "Hide Tabs (Panic Button)", "permissions": [ "storage", "sessions" ], "homepage_url": "https:\/\/mybrowseraddon.com\/hide-tabs.html", "description": "Easily hide and restore all open tabs with the click of a button!", "background": { "service_worker": "background.js" }, "action": { "default_title": "Hide Tabs (Panic Button)", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "commands": { "hide_tabs": { "description": "Hide Tabs (Panic Button)", "suggested_key": { "mac": "Alt+Shift+A", "default": "Alt+Shift+A" } } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |