Easy Timer

Simple and easy to use timer.

Easy Timer क्या है?

Easy Timer Webruntime द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple and easy to use timer."।

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

screenshot
screenshot

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

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

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

                        Easy and fast set timer. At the end of the count, a desktop notification with a sound is displayed.

Features:
 • You can use the mouse wheel to quickly adjust the time
 • Extension prevent computer from sleeping while the timer is running

If you have any suggestions, please use "Support" page to leave a feedback.                    

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

नाम Easy Timer Easy Timer
ID fcadcainkooaeglkiofojfbedioapomp
आधिकारिक URL https://chromewebstore.google.com/detail/easy-timer/fcadcainkooaeglkiofojfbedioapomp
विवरण Simple and easy to use timer.
फ़ाइल का आकार 1.04 MB
स्थापना संख्या 2,350
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2018-11-10
प्रकाशन तिथि 2018-11-10
रेटिंग 4.42/5 कुल 19 रेटिंग्स
डेवलपर Webruntime
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.6",
    "manifest_version": 2,
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "19": "icons\/icon19.png",
        "16": "icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16ba.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "power"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}