Undo Closed Tabs 2.0
Re-open all the closed tabs 🗂️ with one click.
Vad är Undo Closed Tabs 2.0?
Undo Closed Tabs 2.0 är en Chrome-tillägg utvecklad av t, och dess huvudfunktion är "Re-open all the closed tabs 🗂️ with one click.".
Tilläggsskärmbilder
Ladda ner Undo Closed Tabs 2.0-förlängningens CRX-fil
Ladda ner Undo Closed Tabs 2.0-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
⬇️ 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.
Grundläggande Information om Tillägg
Namn | Undo Closed Tabs 2.0 |
ID | cfcfmcnjnfhnimdbiodmalbdehbppbeo |
Officiell webbadress | https://chromewebstore.google.com/detail/undo-closed-tabs-20/cfcfmcnjnfhnimdbiodmalbdehbppbeo |
Beskrivning | Re-open all the closed tabs 🗂️ with one click. |
Filstorlek | 55.7 KB |
Antal Installationer | 165 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-12-29 |
Publiceringsdatum | 2022-12-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | t |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit |
Stödda Språk | 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." } |