Keep Last Two Tabs

This extension keep last two tabs to prevent Chrome quits when last tab is closed.

Keep Last Two Tabsとは何ですか?

Keep Last Two Tabsはlivibetterによって開発されたChromeの拡張機能で、その主な機能は「This extension keep last two tabs to prevent Chrome quits when last tab is closed.」です。

拡張機能のスクリーンショット

screenshot

Keep Last Two Tabs拡張機能のCRXファイルをダウンロード

Keep Last Two Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a silly extension. It's made to prevent Chrome quits when you close last tab. But it's not really work as you may expect. It keeps you Chrome has at least two tabs. Because *intercepting* last tab closing is not possible without JavaScript injection into webpages, therefore this is one possible way to get around.

Options:

 * Automatically select newly created tab.
 * Automatically pin newly created tab when there is no pinned tabs. (v0.4.1+)
 * Automatically close New Tab tabs after opening a new tab.
 * Open custom page. (v0.5)
 * Support Chrome Sync. (v0.6)

This extension is an Open Source project, licensed under the MIT License. You can find it via Website link.

*** Note: I don't read reviews, if you have problem with KLTT, report via Support link ***                    

拡張機能の基本情報

名前 Keep Last Two Tabs Keep Last Two Tabs
ID fcnmaiiahjldikaollhjobhchdbhfhgf
公式URL https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf
説明 This extension keep last two tabs to prevent Chrome quits when last tab is closed.
ファイルサイズ 102 KB
インストール数 6,705
現在のバージョン 0.6
最終更新日 2013-03-17
公開日 2013-03-17
評価 4.34/5 合計 70 レビュー
開発者 livibetter
支払い方法 free
拡張機能のウェブサイト https://github.com/livibetter/KLTT
ヘルプページのURL https://github.com/livibetter/KLTT/issues
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep Last Two Tabs",
    "version": "0.6",
    "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}