Triathlon Countdown

Triathlon Race Countdown Timer

Wat is Triathlon Countdown?

Triathlon Countdown is een Chrome-extensie ontwikkeld door https://www.sobconstruction.com, en de belangrijkste functie is "Triathlon Race Countdown Timer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Triathlon Countdown

Download Triathlon Countdown-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Train hard, race fast.                    

Basisinformatie over de Extensie

Naam Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
Officiële URL https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
Beschrijving Triathlon Race Countdown Timer
Bestandsgrootte 2.06 MB
Aantal Installaties 46
Huidige Versie 1.124
Laatst Bijgewerkt 2015-03-03
Publicatiedatum 2015-03-02
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.sobconstruction.com
Betalingswijze free
Ondersteunde Talen 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"
}