Undo Closed Tabs Button
Easily undo closed tabs via your browser's toolbar popup!
Undo Closed Tabs Button란 무엇입니까?
Undo Closed Tabs Button은(는) unixeco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily undo closed tabs via your browser's toolbar popup!"입니다.
확장 프로그램 스크린샷
Undo Closed Tabs Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Undo Closed Tabs Button is an extension to allow users to reopen closed tabs via the toolbar popup. To work with this addon, simply open the toolbar popup and click on the desired tab to open. By default, 25 items are shown in the popup, but you can change this from the options page. Each item has a title and a favicon (if available). Within the UI bottom section, there are few buttons. On the bottom-left side, there is a button to open all closed tabs. There is also a button to open the history tab. On the bottom-right side, the first button is to reload the UI. Next is the settings button to open the options page. The last two buttons are for the support page and donation. If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/undo.html).
확장 프로그램 기본 정보
이름 | Undo Closed Tabs Button |
ID | ieehkmoiljghfkejgahoheemdjpdinml |
공식 URL | https://chromewebstore.google.com/detail/undo-closed-tabs-button/ieehkmoiljghfkejgahoheemdjpdinml |
설명 | Easily undo closed tabs via your browser's toolbar popup! |
파일 크기 | 33.92 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2023-03-16 |
출시 날짜 | 2020-05-22 |
평점 | 4.61/5 총 51 개의 평점 |
개발자 | unixeco |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/undo.html |
도움말 페이지 URL | https://mybrowseraddon.com/undo.html |
개인정보 보호 정책 페이지 URL | https://add0n.com/policies/unixeco.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 3, "offline_enabled": true, "name": "Undo Closed Tabs Button", "permissions": [ "tabs", "storage", "sessions" ], "homepage_url": "https:\/\/mybrowseraddon.com\/undo.html", "description": "Easily undo closed tabs via your browser's toolbar popup!", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "action": { "default_popup": "data\/popup\/popup.html", "default_title": "Undo Closed Tabs Button", "default_icon": { "16": "data\/icons\/toolbar\/16.png", "32": "data\/icons\/toolbar\/32.png", "48": "data\/icons\/toolbar\/48.png", "64": "data\/icons\/toolbar\/64.png" } }, "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" } } |