Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
Close Tabs To The Leftคืออะไร?
Close Tabs To The Left เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fr1sk และคุณลักษณะหลักของมันคือ "This extension allows the user to close chrome tabs to the left, with one press of the button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close Tabs To The Left
ดาวน์โหลดไฟล์ส่วนขยาย Close Tabs To The Left ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
คำอธิบาย | This extension allows the user to close chrome tabs to the left, with one press of the button |
ขนาดไฟล์ | 11.62 KB |
จำนวนการติดตั้ง | 35 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2019-02-22 |
วันที่เผยแพร่ | 2019-02-22 |
ผู้พัฒนา | fr1sk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |