Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
Deep Workคืออะไร?
Deep Work เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.censore.blogspot.com และคุณลักษณะหลักของมันคือ "Go to focussed mode in chrome, where only single active tab is always maintained"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deep Work
ดาวน์โหลดไฟล์ส่วนขยาย Deep Work ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Deep Work is a simple extension that allows you to do focussed research. 1. On entering Focus mode, all the current tabs are closed. 2. A new tab with Google search opens. 3. Now at max, only 3 tabs can be opened. 4. On exiting this mode, all the closed tabs are restored. To enter the Focus Mode Click on the App icon. On exit, again click on the app icon
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
คำอธิบาย | Go to focussed mode in chrome, where only single active tab is always maintained |
ขนาดไฟล์ | 14.17 KB |
จำนวนการติดตั้ง | 149 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2018-07-25 |
วันที่เผยแพร่ | 2018-07-25 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.censore.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/biplav/Deep-Work |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deep Work", "description": "Go to focussed mode in chrome, where only single active tab is always maintained", "version": "0.1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "browser_action": { "default_icon": { "38": "icons\/disabled_38.png" }, "default_title": "Focus Mode" }, "icons": { "200": "icons\/enabled.png" }, "manifest_version": 2 } |