Timer
This simple timer tells you when your time is up.
ما هو Timer؟
Timer هو إضافة Chrome تم تطويرها بواسطة Kuba Szulaczkowski، والميزة الرئيسية لها هي "This simple timer tells you when your time is up.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timer
قم بتنزيل ملفات الامتداد Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Set it for up to 4 hours Pause or start the timer over Persistent desktop notification with looping sound Additional sounds are available as an in-app payment
معلومات أساسية عن التمديد
الاسم | Timer |
ID | hepmlgghomccjinhcnkkikjpgkjibglj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/timer/hepmlgghomccjinhcnkkikjpgkjibglj |
الوصف | This simple timer tells you when your time is up. |
حجم الملف | 522 KB |
عدد التثبيتات | 164,548 |
النسخة الحالية | 1.3.0.2 |
آخر تحديث | 2018-10-03 |
تاريخ النشر | 2018-10-03 |
تقييم | 4.20/5 مجموع تقييمات 498 |
المطور | Kuba Szulaczkowski |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timer", "version": "1.3.0.2", "manifest_version": 2, "description": "This simple timer tells you when your time is up.", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "img\/clock.png", "default_popup": "popup.html" }, "minimum_chrome_version": "50", "offline_enabled": true, "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "img\/48.png" ] } |