Restorify - Restore Closed Tab
Chrome Extension to restore your closed tabs in Google Chrome Browser
Restorify - Restore Closed Tab là gì?
Restorify - Restore Closed Tab là một tiện ích mở rộng Chrome được phát triển bởi ebay-results, và tính năng chính của nó là "Chrome Extension to restore your closed tabs in Google Chrome Browser".
Ả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 Restorify - Restore Closed Tab
Tải xuống các tệp mở rộng Restorify - Restore Closed Tab 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
"Restorify" - Chrome extension than opens your last closed tab on a single click. How to use: 1. Right-click anywhere on the page. 2. Click on "Restore closed tabs". 3. Your last closed tab will automatically re-opens.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Restorify - Restore Closed Tab |
ID | afllakjafbginmndikjdfmofippegmbf |
URL Chính Thức | https://chromewebstore.google.com/detail/restorify-restore-closed/afllakjafbginmndikjdfmofippegmbf |
Mô tả | Chrome Extension to restore your closed tabs in Google Chrome Browser |
Kích Thước Tệp | 78.32 KB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-02-03 |
Ngày Phát Hành | 2020-02-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ebay-results |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restorify - Restore Closed Tab", "description": "Chrome Extension to restore your closed tabs in Google Chrome Browser", "version": "1.1", "background": { "scripts": [ "res\/js\/chromeBox.js", "contextMenus.js" ], "persistent": true }, "browser_action": { "default_icon": "\/res\/images\/16x16.png", "default_popup": "popup.html", "default_title": "Restorify - Restore Closed Tab" }, "icons": { "128": "res\/images\/128x128.png", "48": "res\/images\/48x48.png", "16": "res\/images\/16x16.png" }, "permissions": [ "contextMenus", "sessions" ] } |