Last Tab Keepalive
Creates a new tab when the last tab is closed.
Cos'è Last Tab Keepalive?
Last Tab Keepalive è un'estensione di Chrome sviluppata da linshunghuang, e la sua funzione principale è "Creates a new tab when the last tab is closed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Last Tab Keepalive
Scarica i file di estensione Last Tab Keepalive 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
** This extension REQUIRES running as a "background app" when Google Chrome is closed **
Features:
• Creates a new tab when the last tab is closed
• Does not access any website data
• Frees memory when inactive
Updates:
• [9/2/13] Fix bugs
• [9/4/13] Added Options page to set default window size Informazioni di Base sull'Estensione
| Nome | |
| ID | pekhngokoehglkdkciedpimjddpbkcod |
| URL Ufficiale | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
| Descrizione | Creates a new tab when the last tab is closed. |
| Dimensione del File | 8.49 KB |
| Conteggio Installazioni | 1,493 |
| Versione Corrente | 1.3.7 |
| Ultimo Aggiornamento | 2013-12-26 |
| Data di Pubblicazione | 2013-12-26 |
| Valutazione | 2.88/5 Totale 67 Valutazioni |
| Sviluppatore | linshunghuang |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.3.7",
"name": "Last Tab Keepalive",
"description": "Creates a new tab when the last tab is closed.",
"icons": {
"128": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "options.html",
"offline_enabled": true,
"permissions": [
"background"
]
} | |