Closed Tabs History
Displays recently closed tabs and allows to restore them.
Cos'è Closed Tabs History?
Closed Tabs History è un'estensione di Chrome sviluppata da Dima PM, e la sua funzione principale è "Displays recently closed tabs and allows to restore them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Closed Tabs History
Scarica i file di estensione Closed Tabs History 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
Extension displays recently closed tabs and allows to restore them.
Informazioni di Base sull'Estensione
Nome | Closed Tabs History |
ID | hbonodimiklgogkiabgdkhhjkcigjhlk |
URL Ufficiale | https://chromewebstore.google.com/detail/closed-tabs-history/hbonodimiklgogkiabgdkhhjkcigjhlk |
Descrizione | Displays recently closed tabs and allows to restore them. |
Dimensione del File | 5.83 KB |
Conteggio Installazioni | 175 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2021-06-10 |
Data di Pubblicazione | 2016-12-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Dima PM |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Closed Tabs History", "version": "0.0.0.1", "description": "Displays recently closed tabs and allows to restore them.", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "icon 19.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus", "sessions" ], "manifest_version": 2 } |