Last Tab Keepalive

Creates a new tab when the last tab is closed.

Qu'est-ce que Last Tab Keepalive ?

Last Tab Keepalive est une extension Chrome développée par linshunghuang, et sa fonction principale est "Creates a new tab when the last tab is closed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Last Tab Keepalive

Téléchargez les fichiers d'extension Last Tab Keepalive 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 extension REQUIRES running as a "background app" when Google Chrome is closed **

Features:
 • Creates a new tab when the last tab is closed
 • Does not access any website data
 • Frees memory when inactive

Updates:
 • [9/2/13] Fix bugs
 • [9/4/13] Added Options page to set default window size                    

Informations de Base sur l'Extension

Nom Last Tab Keepalive Last Tab Keepalive
ID pekhngokoehglkdkciedpimjddpbkcod
URL Officiel https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod
Description Creates a new tab when the last tab is closed.
Taille du Fichier 8.49 KB
Nombre d'Installations 1,493
Version Actuelle 1.3.7
Dernière Mise à Jour 2013-12-26
Date de Publication 2013-12-26
Évaluation 2.88/5 Total 67 Évaluations
Développeur linshunghuang
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.7",
    "name": "Last Tab Keepalive",
    "description": "Creates a new tab when the last tab is closed.",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "permissions": [
        "background"
    ]
}