Pomodoro Timer
A new-tab page that helps you focus on completing your work.
Pomodoro Timerとは何ですか?
Pomodoro TimerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A new-tab page that helps you focus on completing your work.」です。
拡張機能のスクリーンショット
Pomodoro Timer拡張機能のCRXファイルをダウンロード
Pomodoro Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new tab page that helps you focus on completing your goals at work. Use your countdown timer to keep yourself on track by setting a goal for how long you want to work on each task. The extension icon shows a badge that displays how much time you have remaining to complete your current task. This extension also records the number of tasks you've completed every day (called "streaks") so you can compare your productivity every day to your average working day.
拡張機能の基本情報
名前 | Pomodoro Timer |
ID | hcfahcbjaolpfghelfanfepghajfbkdg |
公式URL | https://chromewebstore.google.com/detail/pomodoro-timer/hcfahcbjaolpfghelfanfepghajfbkdg |
説明 | A new-tab page that helps you focus on completing your work. |
ファイルサイズ | 1.54 MB |
インストール数 | 811 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2017-10-21 |
公開日 | 2017-10-21 |
評価 | 1.80/5 合計 5 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pomodoro Timer", "version": "0.0.0.3", "description": "A new-tab page that helps you focus on completing your work.", "icons": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "browser_action": { "default_icon": { "16": "images\/streak16.png", "32": "images\/streak32.png", "48": "images\/streak48.png", "128": "images\/streak128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "incognito": "spanning", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "storage" ] } |