Tabbie - Undo closed tabs
Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
Tabbie - Undo closed tabs란 무엇입니까?
Tabbie - Undo closed tabs은(는) Angus Zhu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup."입니다.
확장 프로그램 스크린샷
Tabbie - Undo closed tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tabbie allows you to undo closed tabs or windows from a simple popup. - Beautifully designed, and supports dark mode. - Histories of the undo tabs are saved. - No data transmitted to third-party, privacy protected.
확장 프로그램 기본 정보
이름 | Tabbie - Undo closed tabs |
ID | piepmnmkfdajejodnppndgeogppepdld |
공식 URL | https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld |
설명 | Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup. |
파일 크기 | 78.22 KB |
설치 횟수 | 368 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2022-11-28 |
출시 날짜 | 2020-12-21 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Angus Zhu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "short_name": "Tabbie", "version": "2.0.1", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/tab-16.png", "24": "icons\/tab-24.png", "32": "icons\/tab-32.png" }, "theme_icons": [ { "light": "icons\/tab-16-light.png", "dark": "icons\/tab-16.png", "size": 16 }, { "light": "icons\/tab-24-light.png", "dark": "icons\/tab-24.png", "size": 24 }, { "light": "icons\/tab-32-light.png", "dark": "icons\/tab-32.png", "size": 32 } ] }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "sessions", "tabs" ], "default_locale": "en" } |