Triathlon Countdown

Triathlon Race Countdown Timer

Triathlon Countdown là gì?

Triathlon Countdown là một tiện ích mở rộng Chrome được phát triển bởi https://www.sobconstruction.com, và tính năng chính của nó là "Triathlon Race Countdown Timer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Triathlon Countdown

Tải xuống các tệp mở rộng Triathlon Countdown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Train hard, race fast.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Triathlon Countdown Triathlon Countdown
ID hfpgbndcbjgcgghlnocnolplflklbhln
URL Chính Thức https://chromewebstore.google.com/detail/triathlon-countdown/hfpgbndcbjgcgghlnocnolplflklbhln
Mô tả Triathlon Race Countdown Timer
Kích Thước Tệp 2.06 MB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.124
Cập Nhật Lần Cuối 2015-03-03
Ngày Phát Hành 2015-03-02
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.sobconstruction.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}