Undo Closed Tabs 2.0
Re-open all the closed tabs 🗂️ with one click.
什么是Undo Closed Tabs 2.0?
Undo Closed Tabs 2.0是由t开发的Chrome扩展程序,该扩展的主要功能是“Re-open all the closed tabs 🗂️ with one click.”。
扩展截图
下载Undo Closed Tabs 2.0扩展crx文件
下载Undo Closed Tabs 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. Whenever you want to open a closed tab, click on the toolbar popup.
3. Choose the commands: open a desired tab, open all closed tabs.
✨Features ✨
1. Shows last 25 recently closed tabs to choose from.
2. Open one or all tabs 🗂at once or see the history.
Undo Closed Tabs Button is an extension to allow users to reopen closed tabs via the toolbar popup. 扩展基本信息
| 名称 | |
| ID | cfcfmcnjnfhnimdbiodmalbdehbppbeo |
| 官方URL | https://chromewebstore.google.com/detail/undo-closed-tabs-20/cfcfmcnjnfhnimdbiodmalbdehbppbeo |
| 简介 | Re-open all the closed tabs 🗂️ with one click. |
| 文件大小 | 55.7 KB |
| 安装次数 | 165 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2022-12-29 |
| 上架时间 | 2022-12-28 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | t |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.1",
"manifest_version": 3,
"name": "Undo Closed Tabs 2.0",
"permissions": [
"sessions",
"tabs"
],
"icons": {
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html"
},
"description": "Re-open all the closed tabs \ud83d\uddc2\ufe0f with one click."
} | |