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开发的Chrome扩展程序,该扩展的主要功能是“This extension provides motivation and information to get you running based on realtime weather conditions.”。

扩展截图

screenshot
screenshot

下载Time to run?扩展crx文件

下载Time to run?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}