Pomo

Pomodoro Chrome Extention

ما هو Pomo؟

Pomo هو إضافة Chrome تم تطويرها بواسطة loganwnielson، والميزة الرئيسية لها هي "Pomodoro Chrome Extention".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pomo

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

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

                        A pomodoro study timer that is simple and easy to access. Pomo has a 25 minute study timer, 5 minute break timer, and 15 minute break timer. The Pomo icon in the top right corner will appear white when not in use (or paused), red when the timer is active, and change to green when the timer has ended. Additionally, if chrome notifications are enabled a notification banner or alert will appear notifying you that your timer has ended.                    

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

الاسم Pomo Pomo
ID bneanonpffbjccglpdobjokkggaokhjc
عنوان URL الرسمي https://chromewebstore.google.com/detail/pomo/bneanonpffbjccglpdobjokkggaokhjc
الوصف Pomodoro Chrome Extention
حجم الملف 230 KB
عدد التثبيتات 39
النسخة الحالية 1.0.0
آخر تحديث 2023-07-20
تاريخ النشر 2023-07-19
تقييم 5.00/5 مجموع تقييمات 2
المطور loganwnielson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pomo",
    "description": "Pomodoro Chrome Extention",
    "version": "1.0.0",
    "icons": {
        "16": "white16icon.png",
        "48": "white48icon.png",
        "128": "white128icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "white16icon.png",
            "48": "white48icon.png",
            "128": "white128icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "red16icon.png",
                "green16icon.png",
                "white16icon.png",
                "red48icon.png",
                "green48icon.png",
                "white48icon.png",
                "red128icon.png",
                "green128icon.png",
                "white128icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}