Last Tab Keepalive

Creates a new tab when the last tab is closed.

Vad är Last Tab Keepalive?

Last Tab Keepalive är en Chrome-tillägg utvecklad av linshunghuang, och dess huvudfunktion är "Creates a new tab when the last tab is closed.".

Tilläggsskärmbilder

screenshot

Ladda ner Last Tab Keepalive-förlängningens CRX-fil

Ladda ner Last Tab Keepalive-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        ** 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                    

Grundläggande Information om Tillägg

Namn Last Tab Keepalive Last Tab Keepalive
ID pekhngokoehglkdkciedpimjddpbkcod
Officiell webbadress https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod
Beskrivning Creates a new tab when the last tab is closed.
Filstorlek 8.49 KB
Antal Installationer 1,493
Aktuell Version 1.3.7
Senast Uppdaterad 2013-12-26
Publiceringsdatum 2013-12-26
Betyg 2.88/5 Totalt 67 Betyg
Utvecklare linshunghuang
Betalningssätt free
Stödda Språk 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"
    ]
}