Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Cos'è Last Tab Keeper?
Last Tab Keeper è un'estensione di Chrome sviluppata da prins, e la sua funzione principale è "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Last Tab Keeper
Scarica i file di estensione Last Tab Keeper 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
Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.
LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)
Note : This extension doesn't collect history data.
### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later) Informazioni di Base sull'Estensione
| Nome | |
| ID | ogookjjcaobcijoblfjoneggmhdlppkc |
| URL Ufficiale | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
| Descrizione | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
| Dimensione del File | 15.04 KB |
| Conteggio Installazioni | 9,315 |
| Versione Corrente | 1.2.5 |
| Ultimo Aggiornamento | 2012-07-22 |
| Data di Pubblicazione | 2012-07-22 |
| Valutazione | 2.96/5 Totale 69 Valutazioni |
| Sviluppatore | prins |
| Tipo di Pagamento | free |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Last Tab Keeper",
"version": "1.2.5",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |