0x23CLOCK
Pretty Clock
ما هو 0x23CLOCK؟
0x23CLOCK هو إضافة Chrome تم تطويرها بواسطة touchy، والميزة الرئيسية لها هي "Pretty Clock".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 0x23CLOCK
قم بتنزيل ملفات الامتداد 0x23CLOCK بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A nifty clock that changes the color of the page to the hex color of time. Toggle Full Screen: 'F' based off: http://www.jacopocolo.com/hexclock/#. Source: https://github.com/seanstar12/0x23CLOCK
معلومات أساسية عن التمديد
الاسم | |
ID | lipgkofjhgkedpbcnchdhcfjgdagfpio |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio |
الوصف | Pretty Clock |
حجم الملف | 86.61 KB |
عدد التثبيتات | 286 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2014-06-20 |
تاريخ النشر | 2014-06-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | touchy |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "0x23CLOCK", "version": "0.1.2", "manifest_version": 2, "description": "Pretty Clock", "icons": { "128": "images\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/iconPage.png" }, "permissions": [ "tabs", "background" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "clock.html" ] } |