Tab Close Gold
Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
Tab Close Goldคืออะไร?
Tab Close Gold เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mukunku และคุณลักษณะหลักของมันคือ "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Close Gold
ดาวน์โหลดไฟล์ส่วนขยาย Tab Close Gold ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will automatically close your blacklisted tabs. Features: -Configure unwanted URLs or page titles to automatically close tabs -Match tabs with plain text or regular expressions -Add up to 30 seconds of delay before tabs are closed -Import & Export configuration support -Settings are synced across browsers Visit the Wiki for details on how to use the extension: https://github.com/mukunku/Tab-Close-Gold/wiki
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Close Gold |
ID | blhbohajaekmpblcffpkpogkhkmmbbhf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf |
คำอธิบาย | Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further! |
ขนาดไฟล์ | 247 KB |
จำนวนการติดตั้ง | 4,933 |
เวอร์ชันปัจจุบัน | 3.0.0.0 |
อัปเดตครั้งล่าสุด | 2023-11-22 |
วันที่เผยแพร่ | 2018-02-04 |
คะแนน | 4.65/5 รวมทั้งหมด 65 คะแนน |
ผู้พัฒนา | mukunku |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mukunku/Tab-Close-Gold |
URL หน้าช่วยเหลือ | https://github.com/mukunku/Tab-Close-Gold/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Close Gold", "version": "3.0.0.0", "permissions": [ "tabs", "storage" ], "options_page": ".\/options.html", "description": "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!", "icons": { "128": "icon128.png" }, "author": "mukunku", "background": { "service_worker": ".\/background.bundle.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Tab Close Gold", "default_popup": ".\/popup.html" } } |