Triathlon Countdown

Triathlon Race Countdown Timer

什么是Triathlon Countdown?

Triathlon Countdown是由https://www.sobconstruction.com开发的Chrome扩展程序,该扩展的主要功能是“Triathlon Race Countdown Timer”。

扩展截图

screenshot

下载Triathlon Countdown扩展crx文件

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

扩展使用说明

                        We keep it real simple. Add your next race. Stay focused.

Train hard, race fast.                    

扩展基本信息

名称 Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
官方URL https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
简介 Triathlon Race Countdown Timer
文件大小 2.06 MB
安装次数 46
当前版本 1.124
更新时间 2015-03-03
上架时间 2015-03-02
评分 4.00/5 共4次评分
开发者 https://www.sobconstruction.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Triathlon Countdown",
    "description": "Triathlon Race Countdown Timer",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "window.html"
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery.js",
                "background.js",
                "parse.js",
                "analytics.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "tab.html"
    },
    "version": "1.124"
}