TomaTimer
Pomodoro Technique timer for minimalists.
ما هو TomaTimer؟
TomaTimer هو إضافة Chrome تم تطويرها بواسطة Piotr Adamczewski، والميزة الرئيسية لها هي "Pomodoro Technique timer for minimalists.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TomaTimer
قم بتنزيل ملفات الامتداد TomaTimer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 } } |