Word Clock (Extension)

A clock that displays fuzzy time in a artistic style. Now in bite-size!

Word Clock (Extension) क्या है?

Word Clock (Extension) https://phamous-apps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clock that displays fuzzy time in a artistic style. Now in bite-size!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Word Clock (Extension) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension version adds a toolbar button to pop up a small version of the clock. If you prefer the full-screen app version, that is available in the marketplace as well at: https://chrome.google.com/webstore/detail/bidgliphbkpjmmockfmojihnodbgonlp

It kind of tells time. It only exists because it looks cool telling time. Just leave it open and let passer-bys gasp in wonder as you proudly show off this awesome clock. This app is based on an Instructables that described building an actual word clock using LEDs. I thought to myself "I could write an app like that" so I did. This project was a learning experience on HTML5, CSS3, and JQuery.                    

एक्सटेंशन की मूल जानकारी

नाम Word Clock (Extension) Word Clock (Extension)
ID eidbaogoghpbdhmoeofgchejbdopppgm
आधिकारिक URL https://chromewebstore.google.com/detail/word-clock-extension/eidbaogoghpbdhmoeofgchejbdopppgm
विवरण A clock that displays fuzzy time in a artistic style. Now in bite-size!
फ़ाइल का आकार 39.01 KB
स्थापना संख्या 187
वर्तमान संस्करण 1.3
अंतिम अपडेट 2013-06-22
प्रकाशन तिथि 2013-06-22
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर https://phamous-apps.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://wordclock.phamous-apps.com
सहायता पृष्ठ URL http://wordclock.phamous-apps.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Clock (Extension)",
    "version": "1.3",
    "manifest_version": 2,
    "description": "A clock that displays fuzzy time in a artistic style. Now in bite-size!",
    "default locale": "en",
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "wordClock.html"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}