0x23CLOCK

Pretty Clock

0x23CLOCK क्या है?

0x23CLOCK touchy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pretty Clock"।

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

screenshot

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

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

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

                        A nifty clock that changes the color of the page to the hex color of time.


Toggle Full Screen: 'F'

based off: http://www.jacopocolo.com/hexclock/#.
Source: https://github.com/seanstar12/0x23CLOCK                    

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

नाम 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
आधिकारिक URL https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
विवरण Pretty Clock
फ़ाइल का आकार 86.61 KB
स्थापना संख्या 286
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2014-06-20
प्रकाशन तिथि 2014-06-20
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर touchy
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "0x23CLOCK",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Pretty Clock",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/iconPage.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "clock.html"
    ]
}