simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
ما هو simpleClock؟
simpleClock هو إضافة Chrome تم تطويرها بواسطة Stefan Dietz، والميزة الرئيسية لها هي "Shows a simple clock top right in the browser. The color is free selectable.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة simpleClock
قم بتنزيل ملفات الامتداد simpleClock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
معلومات أساسية عن التمديد
الاسم | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
الوصف | Shows a simple clock top right in the browser. The color is free selectable. |
حجم الملف | 133 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 2.3 |
آخر تحديث | 2021-08-31 |
تاريخ النشر | 2013-01-05 |
تقييم | 4.57/5 مجموع تقييمات 7 |
المطور | Stefan Dietz |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/sdvg/simpleClock_v2/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |