Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
Auto Close Tabคืออะไร?
Auto Close Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newpscoder และคุณลักษณะหลักของมันคือ "This extension runs in the background and will close any tab opened where the URL begins with ie:http"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Close Tab
ดาวน์โหลดไฟล์ส่วนขยาย Auto Close Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds. Required is a registry key update for full functionality. Please see the following website for information. https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
คำอธิบาย | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
ขนาดไฟล์ | 3.21 KB |
จำนวนการติดตั้ง | 482 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2018-12-20 |
วันที่เผยแพร่ | 2018-12-20 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | newpscoder |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Close Tab", "version": "2.0", "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |