Triathlon Countdown

Triathlon Race Countdown Timer

Was ist Triathlon Countdown?

Triathlon Countdown ist eine Chrome-Erweiterung, die von https://www.sobconstruction.com entwickelt wurde, und ihr Hauptmerkmal ist "Triathlon Race Countdown Timer".

Erweiterungsscreenshots

screenshot

Triathlon Countdown-Erweiterungs-CRX-Datei herunterladen

Laden Sie Triathlon Countdown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Train hard, race fast.                    

Grundlegende Informationen zur Erweiterung

Name Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
Offizielle URL https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
Beschreibung Triathlon Race Countdown Timer
Dateigröße 2.06 MB
Installationsanzahl 46
Aktuelle Version 1.124
Letztes Update 2015-03-03
Veröffentlichungsdatum 2015-03-02
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://www.sobconstruction.com
Zahlungsart free
Unterstützte Sprachen 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"
}