Funkyclock
Displays the current time and date in different exceptional ways. Also provides a unique alarm function
Funkyclock क्या है?
Funkyclock @E#i° द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current time and date in different exceptional ways. Also provides a unique alarm function"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Funkyclock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |