Focus
Helps you focus on your work.
Focusとは何ですか?
FocusはJonathan Lauによって開発されたChromeの拡張機能で、その主な機能は「Helps you focus on your work.」です。
拡張機能のスクリーンショット
Focus拡張機能のCRXファイルをダウンロード
Focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Focus helps you concentrate on your work by helping you break the habit of sidetracking while working online. 拡張機能の基本情報
| 名前 | |
| ID | pnegnppkaeiplckejhallfpiehlbbink |
| 公式URL | https://chromewebstore.google.com/detail/focus/pnegnppkaeiplckejhallfpiehlbbink |
| 説明 | Helps you focus on your work. |
| ファイルサイズ | 464 KB |
| インストール数 | 162 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2021-03-25 |
| 公開日 | 2015-03-02 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Jonathan Lau |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Focus",
"version": "0.0.4",
"manifest_version": 2,
"description": "Helps you focus on your work.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "background\/index.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon48.png",
"default_title": "Focus"
},
"options_page": "main\/settings.html",
"permissions": [
"tabs",
"alarms",
"storage",
"notifications"
]
} | |