Button: Restore Recent Tabs
Restore closed tabs with just one click.
Cos'è Button: Restore Recent Tabs?
Button: Restore Recent Tabs è un'estensione di Chrome sviluppata da https://browser-extensions.com, e la sua funzione principale è "Restore closed tabs with just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Button: Restore Recent Tabs
Scarica i file di estensione Button: Restore Recent 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
Adds a "Restore" button to your browser. Clicking this button will restore the latest closed tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | kcbljogompapnbbkihihijccgndjflda |
| URL Ufficiale | https://chromewebstore.google.com/detail/button-restore-recent-tab/kcbljogompapnbbkihihijccgndjflda |
| Descrizione | Restore closed tabs with just one click. |
| Dimensione del File | 63.58 KB |
| Conteggio Installazioni | 3,815 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2022-01-21 |
| Data di Pubblicazione | 2022-01-21 |
| Valutazione | 4.08/5 Totale 12 Valutazioni |
| Sviluppatore | https://browser-extensions.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://browser-extensions.com/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"version": "2.0.0",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png",
"128": "icons\/icon-128.png",
"512": "icons\/icon-512.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"19": "icons\/icon-19.png",
"38": "icons\/icon-38.png"
},
"default_title": "__MSG_reopenTab__"
},
"permissions": [
"sessions"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl62zUosLGl8XptDI2Hpp+6Y2pwzbk+OhZD\/bIWkQdfaL\/CibIHtuvWOL0dLFdRI4lFdrCyUprP02LAQEcnn44agJtYvpUP8ba9MlKDt7dg+RyLcMmJMRFjxn6hO7Kwbx\/k8\/ODgb9mwvG\/nd\/KwrTmMVEYXIbrwcPnmf85fi5RJvD0HJidkxU1ZOSYlWkOhxLCjj5kcLxFNv09KaW489b0MkXWwWkewznoq9cqoENqyotQPqzWaK5OIagFCrTm\/dkHsyTzRZAtL3NadsYcquYkPEcmWN58vgyPVALcu0DfR3TzXbeHWrs8Ber751gy05tydKr88jMp8PSC0\/92t2ZQIDAQAB"
} | |