Last Tab Keepalive

Creates a new tab when the last tab is closed.

Apa itu Last Tab Keepalive?

Last Tab Keepalive adalah ekstensi Chrome yang dikembangkan oleh linshunghuang, dan fitur utamanya adalah "Creates a new tab when the last tab is closed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Last Tab Keepalive

Unduh file ekstensi Last Tab Keepalive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Last Tab Keepalive Last Tab Keepalive
ID pekhngokoehglkdkciedpimjddpbkcod
URL Resmi https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod
Deskripsi Creates a new tab when the last tab is closed.
Ukuran File 8.49 KB
Jumlah Instalasi 1,493
Versi Saat Ini 1.3.7
Terakhir Diperbarui 2013-12-26
Tanggal Publikasi 2013-12-26
Penilaian 2.88/5 Total 67 Penilaian
Pengembang linshunghuang
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}