Allowed Tabs
Set the maximum number of open tabs allowed in the browser.
Allowed Tabsคืออะไร?
Allowed Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fernando Dilland และคุณลักษณะหลักของมันคือ "Set the maximum number of open tabs allowed in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Allowed Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Allowed Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Manage the number of tabs you are allowed to keep open at the same time in the browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Allowed Tabs |
ID | deglahadfhbjhkcphfhmanmjdmokhcaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/allowed-tabs/deglahadfhbjhkcphfhmanmjdmokhcaa |
คำอธิบาย | Set the maximum number of open tabs allowed in the browser. |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2021-07-16 |
วันที่เผยแพร่ | 2021-07-12 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Fernando Dilland |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fernandomireles/static-allowed-tabs |
ภาษาที่รองรับ | de,en,fr,nl,da,et,es,it,lv,hu,pl,pt-BR,fi,sv,cs,el,bg,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDesc__", "default_locale": "en", "version": "0.1.1", "author": "Fernando Mireles", "homepage_url": "https:\/\/github.com\/fernandomireles\/allowed-tabs", "background": { "scripts": [ "static\/background.js" ] }, "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "browser_action": { "default_icon": "static\/icon-small.png", "default_popup": "static\/options.html" }, "options_page": "static\/options.html", "permissions": [ "storage" ], "web_accessible_resources": [ "static\/icon-small.png", "static\/icon.png" ] } |