Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
Deep Work là gì?
Deep Work là một tiện ích mở rộng Chrome được phát triển bởi https://www.censore.blogspot.com, và tính năng chính của nó là "Go to focussed mode in chrome, where only single active tab is always maintained".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Deep Work
Tải xuống các tệp mở rộng Deep Work dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Deep Work |
ID | pbgopachkoeiehhlkfffeigalclpojnc |
URL Chính Thức | https://chromewebstore.google.com/detail/deep-work/pbgopachkoeiehhlkfffeigalclpojnc |
Mô tả | Go to focussed mode in chrome, where only single active tab is always maintained |
Kích Thước Tệp | 14.17 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2018-07-25 |
Ngày Phát Hành | 2018-07-25 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://www.censore.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/biplav/Deep-Work |
Ngôn Ngữ Được Hỗ Trợ | 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 } |