Just One Tab
Just One Tab is a free Google Chrome extension that forces you to single-task.
Just One Tabคืออะไร?
Just One Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jot.pm และคุณลักษณะหลักของมันคือ "Just One Tab is a free Google Chrome extension that forces you to single-task."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just One Tab
ดาวน์โหลดไฟล์ส่วนขยาย Just One Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just One Tab is a free Google Chrome extension that forces you to single-task.
Preventing you from opening more than one tab per window, it's hoped this simple tab-limiter will give you space to focus on just one thing. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ihkkfjgomaenfaldplbmlicgepnjjmgl |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-one-tab/ihkkfjgomaenfaldplbmlicgepnjjmgl |
| คำอธิบาย | Just One Tab is a free Google Chrome extension that forces you to single-task. |
| ขนาดไฟล์ | 152 KB |
| จำนวนการติดตั้ง | 99 |
| เวอร์ชันปัจจุบัน | 0.1.2 |
| อัปเดตครั้งล่าสุด | 2018-02-16 |
| วันที่เผยแพร่ | 2018-02-16 |
| ผู้พัฒนา | https://jot.pm |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://jot.pm/ |
| URL หน้าช่วยเหลือ | http://jot.pm/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Just One Tab",
"description": "Just One Tab is a free Google Chrome extension that forces you to single-task.",
"version": "0.1.2",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
},
"default_title": "Tab Limit"
},
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"manifest_version": 2
} | |