Timer
A chrome extension that allows you to set timer and alert
ما هو Timer؟
Timer هو إضافة Chrome تم تطويرها بواسطة Thu Nguyen، والميزة الرئيسية لها هي "A chrome extension that allows you to set timer and alert".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timer
قم بتنزيل ملفات الامتداد Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A basic timer with sound and notifications. Can set time up to hours as
معلومات أساسية عن التمديد
الاسم | Timer |
ID | jeeccbgpjcoijhgboccheomodgnhaddi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timer/jeeccbgpjcoijhgboccheomodgnhaddi |
الوصف | A chrome extension that allows you to set timer and alert |
حجم الملف | 297 KB |
عدد التثبيتات | 422 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2016-11-11 |
تاريخ النشر | 2016-11-10 |
تقييم | 4.25/5 مجموع تقييمات 4 |
المطور | Thu Nguyen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timer", "version": "1.0.0", "description": "A chrome extension that allows you to set timer and alert", "author": "ThuNguyen", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Set!" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ] } |