Button: Restore Recent Tabs
Restore closed tabs with just one click.
什么是Button: Restore Recent Tabs?
Button: Restore Recent Tabs是由https://browser-extensions.com开发的Chrome扩展程序,该扩展的主要功能是“Restore closed tabs with just one click.”。
扩展截图
下载Button: Restore Recent Tabs扩展crx文件
下载Button: Restore Recent Tabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab. 扩展基本信息
| 名称 | |
| ID | kcbljogompapnbbkihihijccgndjflda |
| 官方URL | https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda |
| 简介 | Restore closed tabs with just one click. |
| 文件大小 | 63.58 KB |
| 安装次数 | 3,815 |
| 当前版本 | 2.0.0 |
| 更新时间 | 2022-01-21 |
| 上架时间 | 2022-01-21 |
| 评分 | 4.08/5 共12次评分 |
| 开发者 | https://browser-extensions.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://browser-extensions.com/ |
| 支持的语言 | 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"
} | |