Traffic Trend

Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.

Traffic Trendคืออะไร?

Traffic Trend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย green.kelby และคุณลักษณะหลักของมันคือ "Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Traffic Trend ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Specify a start address and a destination address, and Traffic Trend keeps track of the traffic conditions between the two locations.  The current travel time is always displayed in a badge on the extension's icon, and the icon changes color based on the current traffic trend.  Great for deciding when to leave work.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Traffic Trend Traffic Trend
ID nhoonblgekanhciolgcmdkebbmjpfokm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/traffic-trend/nhoonblgekanhciolgcmdkebbmjpfokm
คำอธิบาย Displays the current travel time and trend for traffic between two locations. Great for deciding when to leave work.
ขนาดไฟล์ 33.5 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-05-28
วันที่เผยแพร่ 2015-05-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา green.kelby
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Traffic Trend",
    "description": "Displays the current travel time and trend for traffic between two locations.  Great for deciding when to leave work.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "default.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "traffic.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com https:\/\/ecn.dev.virtualearth.net https:\/\/dev.virtualearth.net; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/dev.virtualearth.net\/"
    ]
}