Simple Clock
A simple and efficient clock which can be used for productivity.
ما هو Simple Clock؟
Simple Clock هو إضافة Chrome تم تطويرها بواسطة Flare Devs، والميزة الرئيسية لها هي "A simple and efficient clock which can be used for productivity.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple Clock
قم بتنزيل ملفات الامتداد Simple Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simple and elegant digital clock. It uses minimal design without much hassle. You can see the Day, Time and the Date.
معلومات أساسية عن التمديد
الاسم | |
ID | fngkigemfllijjloedplghepagidclef |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simple-clock/fngkigemfllijjloedplghepagidclef |
الوصف | A simple and efficient clock which can be used for productivity. |
حجم الملف | 32.27 KB |
عدد التثبيتات | 20 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2019-05-24 |
تاريخ النشر | 2019-05-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Flare Devs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_popup": "index.html", "default_icon": "icons\/clock128.png" }, "icons": { "16": "icons\/clock16.png", "32": "icons\/clock32.png", "48": "icons\/clock48.png", "128": "icons\/clock128.png" }, "name": " Simple Clock", "version": "1.0.0", "description": " A simple and efficient clock which can be used for productivity.", "manifest_version": 2, "offline_enabled": true, "content_security_policy": "style-src 'self';script-src 'self';object-src 'self'", "permissions": [ "activeTab" ] } |