Easy Timer

Simple and easy to use timer.

ما هو Easy Timer؟

Easy Timer هو إضافة Chrome تم تطويرها بواسطة Webruntime، والميزة الرئيسية لها هي "Simple and easy to use timer.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Easy Timer

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

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

                        Easy and fast set timer. At the end of the count, a desktop notification with a sound is displayed.

Features:
 • You can use the mouse wheel to quickly adjust the time
 • Extension prevent computer from sleeping while the timer is running

If you have any suggestions, please use "Support" page to leave a feedback.                    

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

الاسم Easy Timer Easy Timer
ID fcadcainkooaeglkiofojfbedioapomp
عنوان URL الرسمي https://chromewebstore.google.com/detail/easy-timer/fcadcainkooaeglkiofojfbedioapomp
الوصف Simple and easy to use timer.
حجم الملف 1.04 MB
عدد التثبيتات 2,350
النسخة الحالية 1.0.6
آخر تحديث 2018-11-10
تاريخ النشر 2018-11-10
تقييم 4.42/5 مجموع تقييمات 19
المطور Webruntime
نوع الدفع free
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16ba.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}