Keep Last Two Tabs
This extension keep last two tabs to prevent Chrome quits when last tab is closed.
Qu'est-ce que Keep Last Two Tabs ?
Keep Last Two Tabs est une extension Chrome développée par livibetter, et sa fonction principale est "This extension keep last two tabs to prevent Chrome quits when last tab is closed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keep Last Two Tabs
Téléchargez les fichiers d'extension Keep Last Two Tabs 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
This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around. Options: * Automatically select newly created tab. * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+) * Automatically close New Tab tabs after opening a new tab. * Open custom page. (v0.5) * Support Chrome Sync. (v0.6) This extension is an Open Source project, licensed under the MIT License. You can find it via Website link. *** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***
Informations de Base sur l'Extension
Nom | Keep Last Two Tabs |
ID | fcnmaiiahjldikaollhjobhchdbhfhgf |
URL Officiel | https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf |
Description | This extension keep last two tabs to prevent Chrome quits when last tab is closed. |
Taille du Fichier | 102 KB |
Nombre d'Installations | 6,705 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2013-03-17 |
Date de Publication | 2013-03-17 |
Évaluation | 4.34/5 Total 70 Évaluations |
Développeur | livibetter |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/livibetter/KLTT |
URL de la Page d'Aide | https://github.com/livibetter/KLTT/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep Last Two Tabs", "version": "0.6", "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |