Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Wat is Last Tab Keeper?
Last Tab Keeper is een Chrome-extensie ontwikkeld door prins, en de belangrijkste functie is "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Last Tab Keeper
Download Last Tab Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | Last Tab Keeper |
ID | ogookjjcaobcijoblfjoneggmhdlppkc |
Officiële URL | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
Beschrijving | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
Bestandsgrootte | 15.04 KB |
Aantal Installaties | 9,315 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2012-07-22 |
Publicatiedatum | 2012-07-22 |
Beoordeling | 2.96/5 Totaal 69 Beoordelingen |
Ontwikkelaar | prins |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |