Closed Tabs History
Displays recently closed tabs and allows to restore them.
What is Closed Tabs History?
Closed Tabs History is a Chrome extension developed by Dima PM, and its main feature is "Displays recently closed tabs and allows to restore them.".
Extension Screenshots
Download Closed Tabs History Extension CRX File
Download Closed Tabs History 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
Extension displays recently closed tabs and allows to restore them.
Extension Basic Information
Name | Closed Tabs History |
ID | hbonodimiklgogkiabgdkhhjkcigjhlk |
Official URL | https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk |
Description | Displays recently closed tabs and allows to restore them. |
File Size | 5.83 KB |
Installation Count | 175 |
Current Version | 0.0.0.1 |
Last Updated | 2021-06-10 |
Publish Date | 2016-12-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Dima PM |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closed Tabs History", "version": "0.0.0.1", "description": "Displays recently closed tabs and allows to restore them.", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "icon 19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "sessions" ], "manifest_version": 2 } |