ShowTime
Extension to show the current time and date
ما هو ShowTime؟
ShowTime هو إضافة Chrome تم تطويرها بواسطة prateek.mehta، والميزة الرئيسية لها هي "Extension to show the current time and date".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShowTime
قم بتنزيل ملفات الامتداد ShowTime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Use the ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
معلومات أساسية عن التمديد
الاسم | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
الوصف | Extension to show the current time and date |
حجم الملف | 14.5 KB |
عدد التثبيتات | 215 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-03-24 |
تاريخ النشر | 2016-03-23 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | prateek.mehta |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://pixdip.com/extensions |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |