Pomodoro Edit

Notification for Pomodoro Edit

ما هو Pomodoro Edit؟

Pomodoro Edit هو إضافة Chrome تم تطويرها بواسطة Seito Tanaka، والميزة الرئيسية لها هي "Notification for Pomodoro Edit".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Pomodoro Edit

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

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

                        You can run Pomodoro Timer from your favorite text editor.

This extension can be used for:
* Notify finish of timer with the desktop notifications, so you can get notified when you are working in any applications.
* Remaining time is displayed on the icon badge, so you can focus on the task.

Currently supported text editor:
VSCode: https://marketplace.visualstudio.com/items?itemName=seitotanaka.vscode-pomodoro-edit                    

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

الاسم Pomodoro Edit Pomodoro Edit
ID mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
عنوان URL الرسمي https://chromewebstore.google.com/detail/pomodoro-edit/mijjbmjlpkgjjpfkekdjgnkemlcfpcpo
الوصف Notification for Pomodoro Edit
حجم الملف 228 KB
عدد التثبيتات 25
النسخة الحالية 3.0.3
آخر تحديث 2022-01-02
تاريخ النشر 2020-05-14
المطور Seito Tanaka
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/seachicken/pomodoro-edit-webext
عنوان صفحة المساعدة https://github.com/seachicken/pomodoro-edit-webext/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pomodoro Edit",
    "description": "Notification for Pomodoro Edit",
    "version": "3.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/localhost\/"
    ]
}