Undo Closed Tabs Button
Easily undo closed tabs via your browser's toolbar popup!
Undo Closed Tabs Button là gì?
Undo Closed Tabs Button là một tiện ích mở rộng Chrome được phát triển bởi unixeco, và tính năng chính của nó là "Easily undo closed tabs via your browser's toolbar popup!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Undo Closed Tabs Button
Tải xuống các tệp mở rộng Undo Closed Tabs Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Undo Closed Tabs Button |
ID | ieehkmoiljghfkejgahoheemdjpdinml |
URL Chính Thức | https://chromewebstore.google.com/detail/undo-closed-tabs-button/ieehkmoiljghfkejgahoheemdjpdinml |
Mô tả | Easily undo closed tabs via your browser's toolbar popup! |
Kích Thước Tệp | 33.92 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2023-03-16 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 4.61/5 Tổng số 51 Đánh Giá |
Nhà Phát Triển | unixeco |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/undo.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/undo.html |
URL Trang Chính Sách Bảo Mật | https://add0n.com/policies/unixeco.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |