Triathlon Countdown

Triathlon Race Countdown Timer

Triathlon Countdownคืออะไร?

Triathlon Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sobconstruction.com และคุณลักษณะหลักของมันคือ "Triathlon Race Countdown Timer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Triathlon Countdown

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}