Last Tab Keeper

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

Co to jest Last Tab Keeper?

Last Tab Keeper to rozszerzenie Chrome opracowane przez prins, a jego główną funkcją jest „This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Last Tab Keeper

Pobierz pliki rozszerzeń Last Tab Keeper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Last Tab Keeper Last Tab Keeper
ID ogookjjcaobcijoblfjoneggmhdlppkc
Oficjalny URL https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc
Opis This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Rozmiar pliku 15.04 KB
Liczba instalacji 9,315
Aktualna Wersja 1.2.5
Ostatnia Aktualizacja 2012-07-22
Data Publikacji 2012-07-22
Ocena 2.96/5 Łącznie 69 Oceny
Deweloper prins
Typ Płatności free
Obsługiwane Języki 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"
    ]
}