Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Was ist Last Tab Keeper?
Last Tab Keeper ist eine Chrome-Erweiterung, die von prins entwickelt wurde, und ihr Hauptmerkmal ist "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Erweiterungsscreenshots
Last Tab Keeper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Last Tab Keeper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogookjjcaobcijoblfjoneggmhdlppkc |
| Offizielle URL | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
| Beschreibung | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
| Dateigröße | 15.04 KB |
| Installationsanzahl | 9,315 |
| Aktuelle Version | 1.2.5 |
| Letztes Update | 2012-07-22 |
| Veröffentlichungsdatum | 2012-07-22 |
| Bewertung | 2.96/5 Insgesamt 69 Bewertungen |
| Entwickler | prins |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |