Tabbie - Undo closed tabs
Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
Cos'è Tabbie - Undo closed tabs?
Tabbie - Undo closed tabs è un'estensione di Chrome sviluppata da Angus Zhu, e la sua funzione principale è "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabbie - Undo closed tabs
Scarica i file di estensione Tabbie - Undo closed tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tabbie allows you to undo closed tabs or windows from a simple popup. - Beautifully designed, and supports dark mode. - Histories of the undo tabs are saved. - No data transmitted to third-party, privacy protected.
Informazioni di Base sull'Estensione
Nome | Tabbie - Undo closed tabs |
ID | piepmnmkfdajejodnppndgeogppepdld |
URL Ufficiale | https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld |
Descrizione | Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup. |
Dimensione del File | 78.22 KB |
Conteggio Installazioni | 368 |
Versione Corrente | 2.0.1 |
Ultimo Aggiornamento | 2022-11-28 |
Data di Pubblicazione | 2020-12-21 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Angus Zhu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "short_name": "Tabbie", "version": "2.0.1", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/tab-16.png", "24": "icons\/tab-24.png", "32": "icons\/tab-32.png" }, "theme_icons": [ { "light": "icons\/tab-16-light.png", "dark": "icons\/tab-16.png", "size": 16 }, { "light": "icons\/tab-24-light.png", "dark": "icons\/tab-24.png", "size": 24 }, { "light": "icons\/tab-32-light.png", "dark": "icons\/tab-32.png", "size": 32 } ] }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "sessions", "tabs" ], "default_locale": "en" } |