Recently Closed
View and restore recently closed Tabs and Windows
What is Recently Closed?
Recently Closed is a Chrome extension developed by https://mythical5th.com, and its main feature is "View and restore recently closed Tabs and Windows".
Extension Screenshots
Download Recently Closed Extension CRX File
Download Recently Closed 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
A page for Recently Closed Tabs, following the design of the History and Downloads pages. Click a Tab or Window to restore it. Keyboard shortcut: Alt+Z. To change the shortcut, paste this into the address bar: chrome://extensions/shortcuts The Trashcan and Window icons in this extension, as well as icons in promotional images, are in the public domain and available from http://paomedia.github.io/small-n-flat/
Extension Basic Information
Name | Recently Closed |
ID | khiocfdofmabcpofejbffpbocoabcjib |
Official URL | https://chromewebstore.google.com/detail/recently-closed/khiocfdofmabcpofejbffpbocoabcjib |
Description | View and restore recently closed Tabs and Windows |
File Size | 162 KB |
Installation Count | 3,899 |
Current Version | 3.1 |
Last Updated | 2024-02-10 |
Publish Date | 2020-07-04 |
Rating | 4.32/5 Total 19 Ratings |
Developer | https://mythical5th.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://mythical5th.com/policies/chromeWebStore.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "RecentTabs", "version": "3.1", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "sessions", "favicon" ], "background": { "service_worker": "sw.js", "type": "module" }, "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Z" } } }, "action": { "default_title": "__MSG_extName__" } } |