Last Tab Keeper
This extension create a new tab automatically if last two tabs are not a new tab when a tab closed.
Last Tab Keeperคืออะไร?
Last Tab Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prins และคุณลักษณะหลักของมันคือ "This extension create a new tab automatically if last two tabs are not a new tab when a tab closed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last Tab Keeper
ดาวน์โหลดไฟล์ส่วนขยาย Last Tab Keeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Would you like to open a new tab after closing last tab? It may be helpful.
This extension create a new tab automatically instead of your operation.
LastTabKeeper only creates a new tab when a last tab is not blank.
When you close a last tab blank, Chrome can quit. (as same as default behavior)
Note : This extension doesn't collect history data.
### Ver 1.2.5 ###
Minor change (to support Chrome v23 or later) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ogookjjcaobcijoblfjoneggmhdlppkc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/last-tab-keeper/ogookjjcaobcijoblfjoneggmhdlppkc |
| คำอธิบาย | This extension create a new tab automatically if last two tabs are not a new tab when a tab closed. |
| ขนาดไฟล์ | 15.04 KB |
| จำนวนการติดตั้ง | 9,315 |
| เวอร์ชันปัจจุบัน | 1.2.5 |
| อัปเดตครั้งล่าสุด | 2012-07-22 |
| วันที่เผยแพร่ | 2012-07-22 |
| คะแนน | 2.96/5 รวมทั้งหมด 69 คะแนน |
| ผู้พัฒนา | prins |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Last Tab Keeper",
"version": "1.2.5",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |