EasyClock
Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
ما هو EasyClock؟
EasyClock هو إضافة Chrome تم تطويرها بواسطة Aaron Becker، والميزة الرئيسية لها هي "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EasyClock
قم بتنزيل ملفات الامتداد EasyClock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including: *Double click clock to change color *Click clock to toggle seconds display *Press L on keyboard to toggle keeping the clock onscreen forever
معلومات أساسية عن التمديد
الاسم | EasyClock |
ID | aedanoabbbceoffbdkfdeccfpijfaoja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja |
الوصف | Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen |
حجم الملف | 13.16 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2016-09-11 |
تاريخ النشر | 2016-09-10 |
المطور | Aaron Becker |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyClock", "manifest_version": 2, "version": "1.1.5", "author": "Aaron Becker", "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen", "icons": { "128": "\/images\/icon.png" }, "web_accessible_resources": [ "easyclock.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "offline_enabled": true, "short_name": "EasyClock" } |