MG Pomodoro Timer
MG Pomodoro Timer
什麼是MG Pomodoro Timer?
MG Pomodoro Timer是由http://maxgrass.eu開發的Chrome擴展程式,該擴展的主要功能是“MG Pomodoro Timer”。
擴展截圖
下載MG Pomodoro Timer擴展crx文件
下載MG Pomodoro Timer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Powerful and yet super simple Pomodoro Timer App. No options! Just install it and you are ready! Don't overcomplicate your life with custom timers and sounds. Install it and use it! You'll see a badge with minutes for the work (blue), break (green) and long break (violet) periods. You'll hear an "AWESOME!" sound when next phase is starting. Clicking on the icon will START/STOP the pomodoro. Sound is being played by default. Reasons: another extensions are either buggy or bloated with over 9000 features which you actually never use. ENJOY IT! 📪 NOTE: No affiliation with Mr. Pomodoro. Changelog: 1.1.0 Implemented options. Disable sound and notifications if you must (Requested by the annoyed consumer András Oláh). 1.0.1. Missed popups (afk while running) are cleared, so only the recent activity is shown.
擴展基本資訊
名稱 | |
ID | adijccpjdchgfblpbipnhpeekboicjpg |
官方網址 | https://chrome.google.com/webstore/detail/mg-pomodoro-timer/adijccpjdchgfblpbipnhpeekboicjpg |
簡介 | MG Pomodoro Timer |
檔案大小 | 40.43 KB |
安裝次數 | 182 |
目前版本 | 1.1.0 |
更新時間 | 2017-09-01 |
上架時間 | 2017-09-01 |
評分 | 3.50/5 共 4 次評分 |
開發者 | http://maxgrass.eu |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "author": "Max Grass (http:\/\/maxgrass.eu)", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "description": "MG Pomodoro Timer", "icons": { "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "name": "MG Pomodoro Timer", "short_name": "MGPomodoro", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "alarms", "idle", "notifications", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "web_accessible_resources": [ "icon_128.png", "awwesome.mp3" ] } |