Last Tab Keeper

This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.

Apa itu Last Tab Keeper?

Last Tab Keeper adalah ekstensi Chrome yang dikembangkan oleh prins, dan fitur utamanya adalah "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Last Tab Keeper

Unduh file ekstensi Last Tab Keeper 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

                        Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.

LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)

Note : This extension doesn't collect history data.

### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later)                    

Informasi Dasar Ekstensi

Nama Last Tab Keeper Last Tab Keeper
ID ogookjjcaobcijoblfjoneggmhdlppkc
URL Resmi https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc
Deskripsi This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Ukuran File 15.04 KB
Jumlah Instalasi 9,315
Versi Saat Ini 1.2.5
Terakhir Diperbarui 2012-07-22
Tanggal Publikasi 2012-07-22
Penilaian 2.96/5 Total 69 Penilaian
Pengembang prins
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last Tab Keeper",
    "version": "1.2.5",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}