Time to run?

This extension provides motivation and information to get you running based on realtime weather conditions.

Time to run? क्या है?

Time to run? Mike Veilleux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides motivation and information to get you running based on realtime weather conditions."।

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

screenshot
screenshot

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

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

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

                        Simple motivation to get you running, this extension provides machine learning based indications on whether it's a good time to go for a run based.  Based on realtime weather conditions and real user rating on current conditions like temperature and wind in your area.

The icon turns green when it's a good time to run, red when it's not, and black when it's still manageable out there.

Use the adjustments to customize the ratings to your preference.  The machine learning will adjust as you provide more data points.

Open source and available on Github!
https://github.com/mveilleux/time-to-run                    

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

नाम Time to run? Time to run?
ID hipbkcongpofpopooldngkdokblfjkhc
आधिकारिक URL https://chromewebstore.google.com/detail/time-to-run/hipbkcongpofpopooldngkdokblfjkhc
विवरण This extension provides motivation and information to get you running based on realtime weather conditions.
फ़ाइल का आकार 180 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Mike Veilleux
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mveilleux/time-to-run
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time to run?",
    "description": "This extension provides motivation and information to get you running based on realtime weather conditions.",
    "version": "0.4.2",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/run_black_32.png"
        },
        "default_title": "Time to run?"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "alarms",
        "geolocation",
        "storage",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "eventPage.js",
            "static-js\/jquery-3.1.1.min.js",
            "static-js\/jquery-ui.min.js",
            "static-js\/raphael-2.1.4.min.js",
            "static-js\/justgage.js",
            "static-js\/ml.min.js",
            "static-js\/jquery.csv.min.js"
        ]
    }
}