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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย livibetter และคุณลักษณะหลักของมันคือ "This extension keep last two tabs to prevent Chrome quits when last tab is closed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keep Last Two Tabs
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |