Pomodoro Chrome Extension
This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.
Pomodoro Chrome Extensionとは何ですか?
Pomodoro Chrome Extensionはhttps://bashvlas.comによって開発されたChromeの拡張機能で、その主な機能は「This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.」です。
拡張機能のスクリーンショット
Pomodoro Chrome Extension拡張機能のCRXファイルをダウンロード
Pomodoro Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Pomodoro Chrome Extension gives you a simple user-friendly timer interface to utilize the pomodoro method. Here is how to use it: 1. Click on the browser action icon. 2. Select number of minutes for the deep work session. 3. Work for the selected number of minutes :) The extension does not require registration, it requires minimal permissions, and does not store your data. It's open source: https://github.com/bashvlas/pomodoro-chrome-extension
拡張機能の基本情報
名前 | Pomodoro Chrome Extension |
ID | iccjkhpkdhdhjiaocipcegfeoclioejn |
公式URL | https://chromewebstore.google.com/detail/pomodoro-chrome-extension/iccjkhpkdhdhjiaocipcegfeoclioejn |
説明 | This simple plugin is based on The Pomodoro Technique, which is is a popular time management method. |
ファイルサイズ | 74.6 KB |
インストール数 | 9,411 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-03-25 |
公開日 | 2020-03-25 |
評価 | 4.83/5 合計 12 レビュー |
開発者 | https://bashvlas.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://bashvlas.com/pomodoro-chrome-extension-privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro Chrome Extension", "short_name": "Pomodoro", "version": "1.0.0", "description": "This simple plugin is based on The Pomodoro Technique, which is is a popular time management method.", "icons": { "128": "\/img\/logo_red_128.png" }, "browser_action": { "default_icon": "\/img\/logo_red_19.png", "default_popup": "\/pages\/popup\/index.html" }, "background": { "persistent": false, "scripts": [ "\/js\/background.js" ] }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |