Live On
keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
Qu'est-ce que Live On ?
Live On est une extension Chrome développée par theQxQ, et sa fonction principale est "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live On
Téléchargez les fichiers d'extension Live On 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
keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes. this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs". also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want. created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.
Informations de Base sur l'Extension
Nom | |
ID | oficfgdfeoknbjfhommlpiekdapmnebh |
URL Officiel | https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh |
Description | keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left. |
Taille du Fichier | 26.5 KB |
Nombre d'Installations | 40,000 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2013-09-07 |
Date de Publication | 2013-09-06 |
Évaluation | 4.58/5 Total 33 Évaluations |
Développeur | theQxQ |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live On", "manifest_version": 2, "version": "0.3", "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |