Little Timer
Only 8 type timers
ما هو Little Timer؟
Little Timer هو إضافة Chrome تم تطويرها بواسطة newstep، والميزة الرئيسية لها هي "Only 8 type timers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Little Timer
قم بتنزيل ملفات الامتداد Little Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features - Set timer by one click. - Notify by new tab after the time has elapsed. - Time that can be set is 3, 5, 10, 15, 25, 30, 45, 60 minutes. - Remaining time is displayed on the right bottom of the icon. - Notify with a message if you enter a message.
معلومات أساسية عن التمديد
الاسم | |
ID | hoojobmcgpegpdbaagmopahobnnnhhmh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/little-timer/hoojobmcgpegpdbaagmopahobnnnhhmh |
الوصف | Only 8 type timers |
حجم الملف | 20.62 KB |
عدد التثبيتات | 374 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2017-02-07 |
تاريخ النشر | 2017-02-07 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | newstep |
نوع الدفع | free |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Little Timer", "description": "__MSG_extDescription__", "version": "1.2.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "timer16.png", "19": "timer19.png", "128": "timer128.png" }, "default_title": "Little Timer", "default_popup": "popup.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "background" ], "icons": { "19": "timer19.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |