EasyClock

Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen

EasyClock क्या है?

EasyClock Aaron Becker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen"।

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

screenshot

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

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

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

                        EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including:
*Double click clock to change color
*Click clock to toggle seconds display
*Press L on keyboard to toggle keeping the clock onscreen forever                    

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

नाम EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
आधिकारिक URL https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
विवरण Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
फ़ाइल का आकार 13.16 KB
स्थापना संख्या 85
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2016-09-11
प्रकाशन तिथि 2016-09-10
डेवलपर Aaron Becker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyClock",
    "manifest_version": 2,
    "version": "1.1.5",
    "author": "Aaron Becker",
    "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen",
    "icons": {
        "128": "\/images\/icon.png"
    },
    "web_accessible_resources": [
        "easyclock.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "offline_enabled": true,
    "short_name": "EasyClock"
}