Last Tab Keepalive
Creates a new tab when the last tab is closed.
Last Tab Keepaliveคืออะไร?
Last Tab Keepalive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย linshunghuang และคุณลักษณะหลักของมันคือ "Creates a new tab when the last tab is closed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last Tab Keepalive
ดาวน์โหลดไฟล์ส่วนขยาย Last Tab Keepalive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** This extension REQUIRES running as a "background app" when Google Chrome is closed ** Features: • Creates a new tab when the last tab is closed • Does not access any website data • Frees memory when inactive Updates: • [9/2/13] Fix bugs • [9/4/13] Added Options page to set default window size
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Last Tab Keepalive |
ID | pekhngokoehglkdkciedpimjddpbkcod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/last-tab-keepalive/pekhngokoehglkdkciedpimjddpbkcod |
คำอธิบาย | Creates a new tab when the last tab is closed. |
ขนาดไฟล์ | 8.49 KB |
จำนวนการติดตั้ง | 1,493 |
เวอร์ชันปัจจุบัน | 1.3.7 |
อัปเดตครั้งล่าสุด | 2013-12-26 |
วันที่เผยแพร่ | 2013-12-26 |
คะแนน | 2.88/5 รวมทั้งหมด 67 คะแนน |
ผู้พัฒนา | linshunghuang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.3.7", "name": "Last Tab Keepalive", "description": "Creates a new tab when the last tab is closed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "offline_enabled": true, "permissions": [ "background" ] } |