Button: Restore Recent Tabs
Restore closed tabs with just one click.
What is Button: Restore Recent Tabs?
Button: Restore Recent Tabs is a Chrome extension developed by https://browser-extensions.com, and its main feature is "Restore closed tabs with just one click.".
Extension Screenshots
Download Button: Restore Recent Tabs Extension CRX File
Download Button: Restore Recent 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
Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab.
Extension Basic Information
Name | Button: Restore Recent Tabs |
ID | kcbljogompapnbbkihihijccgndjflda |
Official URL | https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda |
Description | Restore closed tabs with just one click. |
File Size | 63.58 KB |
Installation Count | 3,815 |
Current Version | 2.0.0 |
Last Updated | 2022-01-21 |
Publish Date | 2022-01-21 |
Rating | 4.08/5 Total 12 Ratings |
Developer | https://browser-extensions.com |
[email protected] | |
Payment Type | free |
Extension Website | http://browser-extensions.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.0.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "19": "icons\/icon-19.png", "38": "icons\/icon-38.png", "128": "icons\/icon-128.png", "512": "icons\/icon-512.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "__MSG_reopenTab__" }, "permissions": [ "sessions" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl62zUosLGl8XptDI2Hpp+6Y2pwzbk+OhZD\/bIWkQdfaL\/CibIHtuvWOL0dLFdRI4lFdrCyUprP02LAQEcnn44agJtYvpUP8ba9MlKDt7dg+RyLcMmJMRFjxn6hO7Kwbx\/k8\/ODgb9mwvG\/nd\/KwrTmMVEYXIbrwcPnmf85fi5RJvD0HJidkxU1ZOSYlWkOhxLCjj5kcLxFNv09KaW489b0MkXWwWkewznoq9cqoENqyotQPqzWaK5OIagFCrTm\/dkHsyTzRZAtL3NadsYcquYkPEcmWN58vgyPVALcu0DfR3TzXbeHWrs8Ber751gy05tydKr88jMp8PSC0\/92t2ZQIDAQAB" } |