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 |
公式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 |
Eメール | [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 } |