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.
擴展基本資訊
名稱 | Undo Closed Tabs 2.0 |
ID | cfcfmcnjnfhnimdbiodmalbdehbppbeo |
官方網址 | 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." } |