Timing - a Stopwatch
A simple and reliable stopwatch for your timing needs.
ما هو Timing - a Stopwatch؟
Timing - a Stopwatch هو إضافة Chrome تم تطويرها بواسطة jamespark، والميزة الرئيسية لها هي "A simple and reliable stopwatch for your timing needs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Timing - a Stopwatch
قم بتنزيل ملفات الامتداد Timing - a Stopwatch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Timing is a stopwatch, nothing more, nothing less.
معلومات أساسية عن التمديد
الاسم | |
ID | ipgihpibepibbbfddllapecomgododkg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/timing-a-stopwatch/ipgihpibepibbbfddllapecomgododkg |
الوصف | A simple and reliable stopwatch for your timing needs. |
حجم الملف | 135 KB |
عدد التثبيتات | 1,280 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-08-28 |
تاريخ النشر | 2018-08-28 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | jamespark |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timing - a Stopwatch", "short_name": "Stopwatch", "version": "1.0", "description": "A simple and reliable stopwatch for your timing needs.", "author": "James Park", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "proxy.js" ], "persistent": false }, "icons": { "128": "Timing128.png" }, "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |