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"
}