Stopwatch
This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.
ما هو Stopwatch؟
Stopwatch هو إضافة Chrome تم تطويرها بواسطة codeware development، والميزة الرئيسية لها هي "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stopwatch
قم بتنزيل ملفات الامتداد Stopwatch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This stopwatch gives you the ability to count your time without leaving your active tab or window. It has build in persistence wich will still count even if you have to restart the browser or even your computer.
معلومات أساسية عن التمديد
الاسم | Stopwatch |
ID | gajcbmkmmcacnlpaffppednahicmomfn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stopwatch/gajcbmkmmcacnlpaffppednahicmomfn |
الوصف | This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page. |
حجم الملف | 72.87 KB |
عدد التثبيتات | 1,213 |
النسخة الحالية | 1.0.0.1 |
آخر تحديث | 2018-02-10 |
تاريخ النشر | 2018-02-10 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | codeware development |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stopwatch", "description": "This extension gives yout the ability to start and stop a stopwatch within your browser, without leaving the active page.", "version": "1.0.0.1", "browser_action": { "default_icon": "watch.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |