Deep Work
Go to focussed mode in chrome, where only single active tab is always maintained
什麼是Deep Work?
Deep Work是由https://www.censore.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Go to focussed mode in chrome, where only single active tab is always maintained”。
擴展截圖
下載Deep Work擴展crx文件
下載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 |
官方網址 | 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 } |