Triathlon Countdown

Triathlon Race Countdown Timer

Qu'est-ce que Triathlon Countdown ?

Triathlon Countdown est une extension Chrome développée par https://www.sobconstruction.com, et sa fonction principale est "Triathlon Race Countdown Timer".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Triathlon Countdown

Téléchargez les fichiers d'extension Triathlon Countdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Train hard, race fast.                    

Informations de Base sur l'Extension

Nom Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
URL Officiel https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
Description Triathlon Race Countdown Timer
Taille du Fichier 2.06 MB
Nombre d'Installations 46
Version Actuelle 1.124
Dernière Mise à Jour 2015-03-03
Date de Publication 2015-03-02
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://www.sobconstruction.com
Type de Paiement free
Langues Prises en Charge 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"
}