Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Yahoo! Cricketคืออะไร?
Yahoo! Cricket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cricket.yahoo.com และคุณลักษณะหลักของมันคือ "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yahoo! Cricket
ดาวน์โหลดไฟล์ส่วนขยาย Yahoo! Cricket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Yahoo! Cricket extension for Google Chrome keeps you up to date with all things cricket - live cricket scores, quick snapshot of recent matches, and latest cricket news. In addition, get access to all the latest photos and videos (match videos, interview, press briefings, etc). Y! Cricket Home page - http://cricket.yahoo.com Y! Cricket Photos and Slideshows - http://cricket.yahoo.com/photos Latest Cricket News - http://cricket.yahoo.com/cricket/news/home Match Archives - http://cricket.yahoo.com/matches/archive
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
คำอธิบาย | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
ขนาดไฟล์ | 610 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2014-02-28 |
วันที่เผยแพร่ | 2014-02-28 |
คะแนน | 4.51/5 รวมทั้งหมด 154 คะแนน |
ผู้พัฒนา | http://cricket.yahoo.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://cricket.yahoo.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yahoo! Cricket", "version": "2.0.0", "description": "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more", "background": { "scripts": [ "html\/js\/config_min.js", "html\/js\/background_min.js" ], "persistent": true }, "options_page": "html\/options.html", "manifest_version": 2, "browser_action": { "default_icon": "html\/images\/logo.png", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "background", "notifications", "http:\/\/*.yahooapis.com\/*", "http:\/\/cricket.yahoo.com\/*" ], "icons": { "16": "html\/images\/icon_16.png", "128": "html\/images\/icon_128.png" } } |