Live On

keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.

Live On là gì?

Live On là một tiện ích mở rộng Chrome được phát triển bởi theQxQ, và tính năng chính của nó là "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.".

Ả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 Live On

Tải xuống các tệp mở rộng Live On 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

                        keep you from accidentally closing chrome from closing the last tab. this extension auto adds a pinned tab when you are on you last tab. as soon as you open a new tab, the pinned tab closes.

this extension was made using "keep last two tabs" code. if you don't like the way this extension works or you want some settings that you can set, try "keep last two tabs".

also note that this extensions is unlikely to be updated anymore, but they are open source, so if you really want a feature, you can go ahead and add it. it is also under the mit license, so feel free to fork the code and use it any way you want.

created by Evacle ([email protected]). please comment if you found any glitches or if you have some ideas you want to see in this extension.                    

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

Tên Live On Live On
ID oficfgdfeoknbjfhommlpiekdapmnebh
URL Chính Thức https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh
Mô tả keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
Kích Thước Tệp 26.5 KB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2013-09-07
Ngày Phát Hành 2013-09-06
Đánh Giá 4.58/5 Tổng số 33 Đánh Giá
Nhà Phát Triển theQxQ
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live On",
    "manifest_version": 2,
    "version": "0.3",
    "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ]
}