Pomowork - Pomodoro® and Todo Assistant

An assistant for their work appears on your homepage.

ما هو Pomowork - Pomodoro® and Todo Assistant؟

Pomowork - Pomodoro® and Todo Assistant هو إضافة Chrome تم تطويرها بواسطة Ahmet Cetinkaya، والميزة الرئيسية لها هي "An assistant for their work appears on your homepage.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pomowork - Pomodoro® and Todo Assistant

قم بتنزيل ملفات الامتداد Pomowork - Pomodoro® and Todo Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Work and time management assistant. (Under development.)
• A functional new tab for your work
• Pomodoro® countdown timer in new tab and toolbar
• Track average Pomodoro® time
• Configurable settings
	• Focus time
	• Break time
	• Long Break time
	• Daily Wallpaper
		• Wallpaper categories
	• Custom Wallpaper 
• Supported languages: EN, TR
• Open-source software: 
https://github.com/ahmet-cetinkaya/Pomowork

Note: Pomodoro® and The Pomodoro Technique® are trademarks of Francesco Cirillo. Marinara is not affiliated or associated with or endorsed by Pomodoro®, The Pomodoro Technique® or Francesco Cirillo.                    

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

الاسم Pomowork - Pomodoro® and Todo Assistant Pomowork - Pomodoro® and Todo Assistant
ID likibnmpifknedmpikkllcfikoknafen
عنوان URL الرسمي https://chromewebstore.google.com/detail/pomowork-pomodoro%C2%AE-and-to/likibnmpifknedmpikkllcfikoknafen
الوصف An assistant for their work appears on your homepage.
حجم الملف 1.21 MB
عدد التثبيتات 632
النسخة الحالية 1.7.8
آخر تحديث 2021-09-12
تاريخ النشر 2020-01-28
تقييم 4.89/5 مجموع تقييمات 18
المطور Ahmet Cetinkaya
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ahmet-cetinkaya/Pomowork
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.7.8",
    "author": "Ahmet \u00c7etinkaya ",
    "homepage_url": "https:\/\/github.com\/ahmet-cetinkaya\/Pomowork",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage",
        "notifications",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Pomowork",
        "default_icon": "images\/icon16.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "persistent": true,
        "page": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}