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คืออะไร?

Live On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theQxQ และคุณลักษณะหลักของมันคือ "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live On

ดาวน์โหลดไฟล์ส่วนขยาย Live On ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Live On Live On
ID oficfgdfeoknbjfhommlpiekdapmnebh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/live-on/oficfgdfeoknbjfhommlpiekdapmnebh
คำอธิบาย keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.
ขนาดไฟล์ 26.5 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2013-09-07
วันที่เผยแพร่ 2013-09-06
คะแนน 4.58/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา theQxQ
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}