Lightweight Alarm clock
Alarm clock, countdown, interval timer
ما هو Lightweight Alarm clock؟
Lightweight Alarm clock هو إضافة Chrome تم تطويرها بواسطة chikitonik، والميزة الرئيسية لها هي "Alarm clock, countdown, interval timer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lightweight Alarm clock
قم بتنزيل ملفات الامتداد Lightweight Alarm clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Lightweight Alarm clock, countdown, interval timer with sound and notifications. Easy to set up and simple to use
معلومات أساسية عن التمديد
الاسم | Lightweight Alarm clock |
ID | dipbelnbiifccoaomakbonpknchcdfpl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lightweight-alarm-clock/dipbelnbiifccoaomakbonpknchcdfpl |
الوصف | Alarm clock, countdown, interval timer |
حجم الملف | 2.57 MB |
عدد التثبيتات | 298 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2023-01-26 |
تاريخ النشر | 2022-11-22 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | chikitonik |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightweight Alarm clock ", "version": "1.0.0", "description": "Alarm clock, countdown, interval timer", "manifest_version": 3, "author": "Roman", "permissions": [ "alarms", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": "icon.png", "default_title": "Alarm clock" }, "content_scripts": [ { "matches": [ "*:\/\/*.index.html\/*" ], "js": [ "background.js" ] } ] } |