Close tabs to the left
Allows to close all tabs to the left
Close tabs to the leftคืออะไร?
Close tabs to the left เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Acinonyx และคุณลักษณะหลักของมันคือ "Allows to close all tabs to the left"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close tabs to the left
ดาวน์โหลดไฟล์ส่วนขยาย Close tabs to the left ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Too many tabs opened? Chrome allows to close all tabs to the right, close all tabs but current. But what about all tabs to the left? Tabs to the left are often was open earlier. This extension will help you to close already unnecessary tabs. Just click on extension's icon to close 'em.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Close tabs to the left |
ID | gcmjpicopfkgmjdomahfjkmhpcelklba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/close-tabs-to-the-left/gcmjpicopfkgmjdomahfjkmhpcelklba |
คำอธิบาย | Allows to close all tabs to the left |
ขนาดไฟล์ | 9.79 KB |
จำนวนการติดตั้ง | 2,724 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2013-02-18 |
วันที่เผยแพร่ | 2013-02-18 |
คะแนน | 4.12/5 รวมทั้งหมด 41 คะแนน |
ผู้พัฒนา | Acinonyx |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close tabs to the left", "version": "1.3", "description": "Allows to close all tabs to the left", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Close tabs to the left", "default_icon": "close_icon.png" }, "manifest_version": 2 } |