Advanced tab killer
Tool for closing tabs that are right or left of current tab.
Advanced tab killerคืออะไร?
Advanced tab killer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alexey-agk และคุณลักษณะหลักของมันคือ "Tool for closing tabs that are right or left of current tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Advanced tab killer
ดาวน์โหลดไฟล์ส่วนขยาย Advanced tab killer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension allows you to quickly close tabs on the left or right of the current. Click on the extension button. You will see a pop-up with slider. To close a tab to the right of the current tab, drag the slider to the right, to close the tabs on the left drag to left. You can also use the filter at the page address. For the first click the button with a triangle. Then select the level of filtering (default by domain). After drag the slider.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Advanced tab killer |
ID | kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/advanced-tab-killer/kmmmcmbbhfdabgpbdobcjnihbbpkogpn |
คำอธิบาย | Tool for closing tabs that are right or left of current tab. |
ขนาดไฟล์ | 23.5 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2014-01-05 |
วันที่เผยแพร่ | 2014-01-05 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | alexey-agk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Advanced tab killer", "version": "1.5.1", "manifest_version": 2, "description": "Tool for closing tabs that are right or left of current tab.", "background": { "scripts": [ "background.js" ] }, "icons": { "18": "icon_18.png", "19": "icon_19.png", "32": "icon_32.png", "64": "icon_64.png", "128": "icon_128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon_19.png", "default_title": "Advanced tab killer", "default_popup": "popup.html" } } |