Tabbie - Undo closed tabs
Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
Qu'est-ce que Tabbie - Undo closed tabs ?
Tabbie - Undo closed tabs est une extension Chrome développée par Angus Zhu, et sa fonction principale est "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabbie - Undo closed tabs
Téléchargez les fichiers d'extension Tabbie - Undo closed tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tabbie - Undo closed tabs |
ID | piepmnmkfdajejodnppndgeogppepdld |
URL Officiel | https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld |
Description | Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup. |
Taille du Fichier | 78.22 KB |
Nombre d'Installations | 368 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2022-11-28 |
Date de Publication | 2020-12-21 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Angus Zhu |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |