TomaTimer
Pomodoro Technique timer for minimalists.
什麼是TomaTimer?
TomaTimer是由Piotr Adamczewski開發的Chrome擴展程式,該擴展的主要功能是“Pomodoro Technique timer for minimalists.”。
擴展截圖
下載TomaTimer擴展crx文件
下載TomaTimer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Updated! Sound and compatibility issues are fixed. Should work fine on recent Chrome versions. Simple timer for Pomodoro Technique users. Start it and TomaTimer will notify you about Pomodoros, short and long breaks. Uses a notification popup or (optionally) a sound. You can set duration of Pomodoros and breaks on the options page. Available in English and Polish. Other translations welcome. Notification sound by http://www.justinwasack.com/
擴展基本資訊
名稱 | TomaTimer |
ID | hgbdhbgmmfhepghcdhepkbhabkaffihk |
官方網址 | https://chromewebstore.google.com/detail/tomatimer/hgbdhbgmmfhepghcdhepkbhabkaffihk |
簡介 | Pomodoro Technique timer for minimalists. |
檔案大小 | 53.75 KB |
安裝次數 | 562 |
目前版本 | 1.1 |
更新時間 | 2012-10-24 |
上架時間 | 2012-10-24 |
評分 | 4.29/5 共 28 次評分 |
開發者 | Piotr Adamczewski |
付費類型 | free |
支援的語言 | en,pl |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.1", "manifest_version": 2, "description": "__MSG_extensionDesc__", "default_locale": "en", "browser_action": { "default_icon": "icon19.png", "default_title": "TomaTimer", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "permissions": [ "notifications" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": true } } |