Timer: the Simple Timer

A simple,minimalist 25 minutes timer.

ما هو Timer: the Simple Timer؟

Timer: the Simple Timer هو إضافة Chrome تم تطويرها بواسطة valya.situation، والميزة الرئيسية لها هي "A simple,minimalist 25 minutes timer.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Timer: the Simple Timer

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

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

                        One click starts the 25 minute timer. With constant monitoring of the remaining time. When time runs out, it alerts.                    

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

الاسم Timer: the Simple Timer Timer: the Simple Timer
ID pbncilcogkcfjdfbdaikpofojdcfgplo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/timer-the-simple-timer/pbncilcogkcfjdfbdaikpofojdcfgplo
الوصف A simple,minimalist 25 minutes timer.
حجم الملف 100 KB
عدد التثبيتات 53
النسخة الحالية 1.8
آخر تحديث 2019-08-03
تاريخ النشر 2019-08-03
تقييم 5.00/5 مجموع تقييمات 1
المطور valya.situation
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,es,it,pl,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Timer.png",
        "default_title": "Timer"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "Timer_128.png",
        "16": "Timer_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "Timer"
    },
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Timer",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}