Auto-Close New Tabs
Allow only one new tab page at a time.
Auto-Close New Tabsคืออะไร?
Auto-Close New Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eliasedgren1 และคุณลักษณะหลักของมันคือ "Allow only one new tab page at a time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-Close New Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Auto-Close New Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cases when you actually need more than one new tab are few and far between. This extension automatically closes all extra new tabs to unclutter your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto-Close New Tabs |
ID | flenhhkdfknhebichfkhmefaoembifcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-close-new-tabs/flenhhkdfknhebichfkhmefaoembifcm |
คำอธิบาย | Allow only one new tab page at a time. |
ขนาดไฟล์ | 28.04 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.0.0.2 |
อัปเดตครั้งล่าสุด | 2021-12-29 |
วันที่เผยแพร่ | 2021-12-27 |
ผู้พัฒนา | eliasedgren1 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto-Close New Tabs", "version": "0.0.0.2", "description": "Allow only one new tab page at a time.", "manifest_version": 3, "incognito": "not_allowed", "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "icons": { "128": "icon.png" } } |