Love Clock
Bring joy to your life every time you open a new tab with this beautiful animated clock.
ما هو Love Clock؟
Love Clock هو إضافة Chrome تم تطويرها بواسطة http://studiolovelock.com، والميزة الرئيسية لها هي "Bring joy to your life every time you open a new tab with this beautiful animated clock.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Love Clock
قم بتنزيل ملفات الامتداد Love Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bring joy to your life every time you open a new tab with this beautiful animated clock.
معلومات أساسية عن التمديد
الاسم | |
ID | eeoomklcfgfgdhmikcglnfiobbpgbefh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/love-clock/eeoomklcfgfgdhmikcglnfiobbpgbefh |
الوصف | Bring joy to your life every time you open a new tab with this beautiful animated clock. |
حجم الملف | 3.56 MB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 0.0.0.2 |
آخر تحديث | 2016-04-22 |
تاريخ النشر | 2016-04-22 |
تقييم | 3.38/5 مجموع تقييمات 16 |
المطور | http://studiolovelock.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.studiolovelock.com/loveclock/ |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Love Clock", "description": "Bring joy to your life every time you open a new tab with this beautiful animated clock.", "version": "0.0.0.2", "chrome_url_overrides": { "newtab": "index.html" }, "web_accessible_resources": [ "img\/*", "css\/*", "js\/*", "fonts\/*" ], "background": { "scripts": [] }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "32": "img\/favicon_32.ico", "64": "img\/favicon_64.ico" } } |