Pomofocus Quality of Life
Extra features for pomofocus.io
Pomofocus Quality of Lifeとは何ですか?
Pomofocus Quality of Lifeはmat_kによって開発されたChromeの拡張機能で、その主な機能は「Extra features for pomofocus.io」です。
拡張機能のスクリーンショット
Pomofocus Quality of Life拡張機能のCRXファイルをダウンロード
Pomofocus Quality of Life拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you're enough of a pomofocus.io power user to use the premium pomofocus offering, this extension may help your workflow. - Enhanced todoist integration: send tasks over directly from todoist. - Project filters: make a long pomofocus backlog more manageable. These simple features can go a long way to make any large projects you work on more digestible.
拡張機能の基本情報
名前 | Pomofocus Quality of Life |
ID | cgjcmonifjkgeepfjfbbhegbohehpfdp |
公式URL | https://chromewebstore.google.com/detail/pomofocus-quality-of-life/cgjcmonifjkgeepfjfbbhegbohehpfdp |
説明 | Extra features for pomofocus.io |
ファイルサイズ | 101 KB |
インストール数 | 108 |
現在のバージョン | 1.0.2 |
最終更新日 | 2023-05-23 |
公開日 | 2023-05-03 |
開発者 | mat_k |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Pomofocus Quality of Life", "version": "1.0.2", "description": "Extra features for pomofocus.io", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "dist\/background.js" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/pomofocus.io\/*", "https:\/\/todoist.com\/*" ] } |