Max Tabs
A small extension to limit the number of open tabs.
Max Tabsคืออะไร?
Max Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A small extension to limit the number of open tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Max Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Max Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of too many open tabs? This handy extension helps you to limit the number of open tabs. It automatically closes the oldest and at least used tabs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Max Tabs |
ID | ghhcibaghjbdjmnknknlnbobcblfcnma |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/max-tabs/ghhcibaghjbdjmnknknlnbobcblfcnma |
คำอธิบาย | A small extension to limit the number of open tabs. |
ขนาดไฟล์ | 35.65 KB |
จำนวนการติดตั้ง | 5,162 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-10-10 |
วันที่เผยแพร่ | 2018-10-10 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A small extension to limit the number of open tabs.", "version": "1.0.3", "name": "Max Tabs", "options_page": "options.html", "permissions": [ "activeTab", "management", "storage", "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |