Reopen Last Tab Button
A button that reopen last closed tab.
Cos'è Reopen Last Tab Button?
Reopen Last Tab Button è un'estensione di Chrome sviluppata da Neil Ding, e la sua funzione principale è "A button that reopen last closed tab.".
Scarica il file CRX dell'estensione Reopen Last Tab Button
Scarica i file di estensione Reopen Last Tab Button 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
A button that reopen last closed tab.
Informazioni di Base sull'Estensione
Nome | |
ID | jkecnabnhjonmjpjgcfbjcofcmkocgih |
URL Ufficiale | https://chromewebstore.google.com/detail/reopen-last-tab-button/jkecnabnhjonmjpjgcfbjcofcmkocgih |
Descrizione | A button that reopen last closed tab. |
Dimensione del File | 3.78 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-04-08 |
Data di Pubblicazione | 2017-04-08 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Neil Ding |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/GingerBear/reopen-last-tab |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reopen Last Tab Button", "version": "1.0.1", "author": "Neil Ding", "description": "A button that reopen last closed tab.", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Reopen Last Tab" }, "manifest_version": 2 } |