Alarm Clock
This is a simple chrome extension and ability to set upto 3 alarm times.
ما هو Alarm Clock؟
Alarm Clock هو إضافة Chrome تم تطويرها بواسطة http://soubhik.chatterjee.pw، والميزة الرئيسية لها هي "This is a simple chrome extension and ability to set upto 3 alarm times.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alarm Clock
قم بتنزيل ملفات الامتداد Alarm Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free! Does not need any tabs to be open.
معلومات أساسية عن التمديد
الاسم | |
ID | engpdgphngdeimpimkipknieejalbelk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk |
الوصف | This is a simple chrome extension and ability to set upto 3 alarm times. |
حجم الملف | 66.27 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.3 |
آخر تحديث | 2016-10-25 |
تاريخ النشر | 2016-10-25 |
تقييم | 1.53/5 مجموع تقييمات 45 |
المطور | http://soubhik.chatterjee.pw |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bell.png", "default_title": "Alarm Clock", "name": "Alarm Clock", "default_popup": "popup.html" }, "description": "This is a simple chrome extension and ability to set upto 3 alarm times.", "icons": { "128": "bell.png" }, "web_accessible_resources": [ "bell.png" ], "name": "Alarm Clock", "permissions": [ "tabs", "storage", "notifications", "management", "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "version": "1.3" } |