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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |