Tomato Pie

A new UI for Pomodoro Technique. Peek into your working status with ease

ما هو Tomato Pie؟

Tomato Pie هو إضافة Chrome تم تطويرها بواسطة http://t9t.io، والميزة الرئيسية لها هي "A new UI for Pomodoro Technique. Peek into your working status with ease".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tomato Pie

قم بتنزيل ملفات الامتداد Tomato Pie بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Features
- start new tomato from TODO
- red part: 25 minutes for one tomato
- green part: 5 minutes for rest
- show tomatoes of last 12 hours on clock
- view tomato history on calendar
- override default page for new tab
- indicate time on the extension icon
- get notifications when a tomato is finished

Source code and more introductions:

- https://github.com/t9tio/tomato-pie                    

معلومات أساسية عن التمديد

الاسم Tomato Pie Tomato Pie
ID gffgechdocgfajkbpinmjjjlkjfjampi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tomato-pie/gffgechdocgfajkbpinmjjjlkjfjampi
الوصف A new UI for Pomodoro Technique. Peek into your working status with ease
حجم الملف 68.03 KB
عدد التثبيتات 1,000
النسخة الحالية 2.8
آخر تحديث 2019-10-22
تاريخ النشر 2019-10-22
تقييم 4.27/5 مجموع تقييمات 11
المطور http://t9t.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/t9tio/tomato-pie
عنوان صفحة المساعدة https://github.com/t9tio/tomato-pie/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "timqian",
    "homepage_url": "https:\/\/github.com\/t9tio\/tomato-pie",
    "name": "Tomato Pie",
    "description": "A new UI for Pomodoro Technique. Peek into your working status with ease",
    "version": "2.8",
    "icons": {
        "128": "assets\/tomato.png"
    },
    "browser_action": {
        "default_icon": "assets\/tomato.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}