Closed tabs
Restore closed tabs.
What is Closed tabs?
Closed tabs is a Chrome extension developed by sergio, and its main feature is "Restore closed tabs.".
Extension Screenshots
Download Closed tabs Extension CRX File
Download Closed tabs 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 is designed to quickly recover closed tabs.
Extension Basic Information
Name | Closed tabs |
ID | eonffnnfmbfnmjpaiigdclmfelolemah |
Official URL | https://chromewebstore.google.com/detail/closed-tabs/eonffnnfmbfnmjpaiigdclmfelolemah |
Description | Restore closed tabs. |
File Size | 46.9 KB |
Installation Count | 40,014 |
Current Version | 1.4 |
Last Updated | 2014-01-19 |
Publish Date | 2014-01-19 |
Rating | 4.05/5 Total 303 Ratings |
Developer | sergio |
Payment Type | free |
Supported Languages | de,en,fr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/icon_empty.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_chrome_extension_description__", "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" }, "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "permissions": [ "tabs", "chrome:\/\/favicon\/" ], "version": "1.4" } |