Restore Last Closed Tab in Context Menu
Restore a closed tab using a context menu option.
What is Restore Last Closed Tab in Context Menu?
Restore Last Closed Tab in Context Menu is a Chrome extension developed by Daniel Nishi, and its main feature is "Restore a closed tab using a context menu option.".
Extension Screenshots
Download Restore Last Closed Tab in Context Menu Extension CRX File
Download Restore Last Closed Tab in Context Menu 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
This extension adds a context menu button which restores the last closed tab. That's all it does! :)
Extension Basic Information
Name | Restore Last Closed Tab in Context Menu |
ID | pkifpkambhgdeebloffgpijpleblhnfh |
Official URL | https://chromewebstore.google.com/detail/restore-last-closed-tab-i/pkifpkambhgdeebloffgpijpleblhnfh |
Description | Restore a closed tab using a context menu option. |
File Size | 10.9 KB |
Installation Count | 469 |
Current Version | 1.1 |
Last Updated | 2015-12-09 |
Publish Date | 2015-12-07 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Daniel Nishi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restore Last Closed Tab in Context Menu", "description": "Restore a closed tab using a context menu option.", "version": "1.1", "permissions": [ "contextMenus", "sessions" ], "background": { "scripts": [ "main.js" ] }, "icons": { "128": "recycle128.png" }, "manifest_version": 2 } |