Recover closed tab
Recover your closed tab.(Could be used in Incognito😉)
What is Recover closed tab?
Recover closed tab is a Chrome extension developed by chenge, and its main feature is "Recover your closed tab.(Could be used in Incognito😉)".
Extension Screenshots
Download Recover closed tab Extension CRX File
Download Recover closed tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Recover your closed tab. Open the tabs you just closed
Extension Basic Information
Name | Recover closed tab |
ID | fcjlmbbejgnfpcgiigpgfacipckopdkf |
Official URL | https://chromewebstore.google.com/detail/recover-closed-tab/fcjlmbbejgnfpcgiigpgfacipckopdkf |
Description | Recover your closed tab.(Could be used in Incognito😉) |
File Size | 71.95 KB |
Installation Count | 9,000 |
Current Version | 1.30 |
Last Updated | 2021-09-25 |
Publish Date | 2020-02-25 |
Rating | 4.43/5 Total 51 Ratings |
Developer | chenge |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.30", "manifest_version": 2, "default_locale": "en", "description": "__MSG_description__", "background": { "page": "background.html" }, "browser_action": { "default_icon": "recover_icon_gray.png", "default_title": "__MSG_extName__" }, "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "tabs" ] } |