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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}