Close on Back
This extension will close your active tab when you hit back on the last history page.
Close on Backคืออะไร?
Close on Back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VDO และคุณลักษณะหลักของมันคือ "This extension will close your active tab when you hit back on the last history page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close on Back
ดาวน์โหลดไฟล์ส่วนขยาย Close on Back ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Very useful when you open a tab but want to close in directly. This extension will also work with the extra history back buttons you might have on your mouse or with keyboard shortcuts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Close on Back |
ID | pejmaahmbkcgbilcnckdadngeibiekbd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/close-on-back/pejmaahmbkcgbilcnckdadngeibiekbd |
คำอธิบาย | This extension will close your active tab when you hit back on the last history page. |
ขนาดไฟล์ | 18.36 KB |
จำนวนการติดตั้ง | 874 |
เวอร์ชันปัจจุบัน | 0.10 |
อัปเดตครั้งล่าสุด | 2020-07-17 |
วันที่เผยแพร่ | 2017-03-23 |
คะแนน | 4.61/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | VDO |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close on Back", "short_name": "CoB", "description": "This extension will close your active tab when you hit back on the last history page.", "version": "0.10", "icons": { "16": "images\/icon16-active.png", "48": "images\/icon48-active.png", "128": "images\/icon128-active.png" }, "browser_action": { "default_title": "Close on Back", "default_icon": { "16": "images\/icon16-active.png", "24": "images\/icon24-active.png", "32": "images\/icon32-active.png", "48": "images\/icon48-active.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "background", "webNavigation", "tabs", "storage", "*:\/\/*\/*" ] } |