3 Tabs Only
Allows a maximum of 3 open tabs
3 Tabs Onlyคืออะไร?
3 Tabs Only เป็นส่วนขยายของ Chrome ที่พัฒนาโดย One Who Tinkers และคุณลักษณะหลักของมันคือ "Allows a maximum of 3 open tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3 Tabs Only
ดาวน์โหลดไฟล์ส่วนขยาย 3 Tabs Only ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Work with more focus. If you open a fourth tab, the extension automatically closes the fourth tab and notifies you with a pop-up (just press Enter to close the pop-up). Forces you to finish tasks before starting new ones.
I've used this extension for years, and I love it! It's in my browser right now. If you use this extension frequently, please leave a 5-star review.
The script and manifest, for transparency:
goo.gl/kac7nx
goo.gl/V52guz
Images made with Canva. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pkfpaiidmiemediimekjfmlbhnbofabd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/3-tabs-only/pkfpaiidmiemediimekjfmlbhnbofabd |
| คำอธิบาย | Allows a maximum of 3 open tabs |
| ขนาดไฟล์ | 37.33 KB |
| จำนวนการติดตั้ง | 515 |
| เวอร์ชันปัจจุบัน | 7.10005 |
| อัปเดตครั้งล่าสุด | 2020-03-01 |
| วันที่เผยแพร่ | 2020-03-01 |
| คะแนน | 4.69/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | One Who Tinkers |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "3 Tabs Only",
"description": "Allows a maximum of 3 open tabs",
"version": "7.10005",
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
]
} | |