Keep Last Two Tabs

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

Keep Last Two Tabs là gì?

Keep Last Two Tabs là một tiện ích mở rộng Chrome được phát triển bởi livibetter, và tính năng chính của nó là "This extension keep last two tabs to prevent Chrome quits when last tab is closed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keep Last Two Tabs

Tải xuống các tệp mở rộng Keep Last Two Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keep Last Two Tabs Keep Last Two Tabs
ID fcnmaiiahjldikaollhjobhchdbhfhgf
URL Chính Thức https://chromewebstore.google.com/detail/keep-last-two-tabs/fcnmaiiahjldikaollhjobhchdbhfhgf
Mô tả This extension keep last two tabs to prevent Chrome quits when last tab is closed.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 6,705
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2013-03-17
Ngày Phát Hành 2013-03-17
Đánh Giá 4.34/5 Tổng số 70 Đánh Giá
Nhà Phát Triển livibetter
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/livibetter/KLTT
URL Trang Trợ Giúp https://github.com/livibetter/KLTT/issues
Ngôn Ngữ Được Hỗ Trợ 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
}