Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
ما هو Funkyclock؟
Funkyclock هو إضافة Chrome تم تطويرها بواسطة @E#i°، والميزة الرئيسية لها هي "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Funkyclock
قم بتنزيل ملفات الامتداد Funkyclock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension represents a digital clock which displays the current time and date. It's customizable and contains some nice animations and styles. Just try it out! For all who just want to enjoy the browsing and not constantly see the time. |||||||||||||||||||||||||||||||||| Following languages are supported: ||| English ||| Deutsch ||| Français ||| Italiano ||| Español ||| Suomi ||| Norske ||| Svenskt ||| Dansk ||| Nederlands Feedback and improvement suggestions: ||| [email protected] ||||||||||||||||||||||||||||||||||
معلومات أساسية عن التمديد
الاسم | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
الوصف | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
حجم الملف | 405 KB |
عدد التثبيتات | 199 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.30/5 مجموع تقييمات 10 |
المطور | @E#i° |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Funkyclock", "version": "2.1", "manifest_version": 2, "description": "Displays the current time and date in different exceptional ways. Also provides a unique alarm function", "browser_action": { "default_icon": "funkyclock.png", "default_popup": "funkyclock.html" }, "background": { "scripts": [ "background.js" ] }, "sandbox": { "pages": [ "raphael.js" ] }, "permissions": [ "notifications", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icons\/funkyclocksmall.png", "48": "icons\/funkyclockmedium.png", "128": "icons\/funkyclockbig.png" }, "offline_enabled": true } |