Triathlon Countdown

Triathlon Race Countdown Timer

What is Triathlon Countdown?

Triathlon Countdown is a Chrome extension developed by https://www.sobconstruction.com, and its main feature is "Triathlon Race Countdown Timer".

Extension Screenshots

screenshot

Download Triathlon Countdown Extension CRX File

Download Triathlon Countdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Train hard, race fast.                    

Extension Basic Information

Name Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
Official URL https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
Description Triathlon Race Countdown Timer
File Size 2.06 MB
Installation Count 46
Current Version 1.124
Last Updated 2015-03-03
Publish Date 2015-03-02
Rating 4.00/5 Total 4 Ratings
Developer https://www.sobconstruction.com
Payment Type free
Supported Languages 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"
}