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
官方網址 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"
}