Clock Badge
Show current time
ما هو Clock Badge؟
Clock Badge هو إضافة Chrome تم تطويرها بواسطة BH_Lin، والميزة الرئيسية لها هي "Show current time".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clock Badge
قم بتنزيل ملفات الامتداد Clock Badge بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
User can install the chrome extension to show current time on chrome's action bar About me: http://studiobinghuan.blogspot.com?view=flipcard or http://bhtalk.blogspot.tw or https://plus.google.com/115152468555703598500
معلومات أساسية عن التمديد
الاسم | Clock Badge |
ID | jpbionkbfklnabgmkhbdcmlopkimmpoi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clock-badge/jpbionkbfklnabgmkhbdcmlopkimmpoi |
الوصف | Show current time |
حجم الملف | 190 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-04-10 |
تاريخ النشر | 2014-04-09 |
المطور | BH_Lin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Badge", "version": "1.0.1", "description": "Show current time", "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "64": "Icon-64.png", "128": "Icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "background" ], "browser_action": { "default_icon": "Icon.png", "default_title": "Show me the time" }, "manifest_version": 2 } |