Clock
A simple clock in the toolbar.
ما هو Clock؟
Clock هو إضافة Chrome تم تطويرها بواسطة onimax، والميزة الرئيسية لها هي "A simple clock in the toolbar.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clock
قم بتنزيل ملفات الامتداد Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A minimal clock as a clickable toolbar item.
معلومات أساسية عن التمديد
الاسم | Clock |
ID | cpocpfccehgaoaefhgfgimjicohiecje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
الوصف | A simple clock in the toolbar. |
حجم الملف | 17.3 KB |
عدد التثبيتات | 895 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-03-12 |
تاريخ النشر | 2019-03-12 |
تقييم | 4.50/5 مجموع تقييمات 6 |
المطور | onimax |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "version": "1.0", "description": "A simple clock in the toolbar.", "browser_action": { "default_title": "Clock", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/base.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |