Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Qu'est-ce que Last Tab Keeper ?
Last Tab Keeper est une extension Chrome développée par prins, et sa fonction principale est "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Last Tab Keeper
Téléchargez les fichiers d'extension Last Tab Keeper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | ogookjjcaobcijoblfjoneggmhdlppkc |
URL Officiel | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
Description | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
Taille du Fichier | 15.04 KB |
Nombre d'Installations | 9,315 |
Version Actuelle | 1.2.5 |
Dernière Mise à Jour | 2012-07-22 |
Date de Publication | 2012-07-22 |
Évaluation | 2.96/5 Total 69 Évaluations |
Développeur | prins |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |