Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Apa itu Funkyclock?
Funkyclock adalah ekstensi Chrome yang dikembangkan oleh @E#i°, dan fitur utamanya adalah "Displays the current time and date in different exceptional ways. Also provides a unique alarm function".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Funkyclock
Unduh file ekstensi Funkyclock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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] ||||||||||||||||||||||||||||||||||
Informasi Dasar Ekstensi
Nama | |
ID | ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
URL Resmi | https://chrome.google.com/webstore/detail/funkyclock/ggpobnbdcojcgdhgdfflnhcfpcpigeoj |
Deskripsi | Displays the current time and date in different exceptional ways. Also provides a unique alarm function |
Ukuran File | 405 KB |
Jumlah Instalasi | 199 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Penilaian | 4.30/5 Total 10 Penilaian |
Pengembang | @E#i° |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |