Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
Yahoo! Cricket là gì?
Yahoo! Cricket là một tiện ích mở rộng Chrome được phát triển bởi http://cricket.yahoo.com, và tính năng chính của nó là "A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yahoo! Cricket
Tải xuống các tệp mở rộng Yahoo! Cricket 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ogmoafgeaapfomfohkbmcibjpajndmmn |
URL Chính Thức | https://chrome.google.com/webstore/detail/yahoo-cricket/ogmoafgeaapfomfohkbmcibjpajndmmn |
Mô tả | A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more |
Kích Thước Tệp | 610 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2014-02-28 |
Ngày Phát Hành | 2014-02-28 |
Đánh Giá | 4.51/5 Tổng số 154 Đánh Giá |
Nhà Phát Triển | http://cricket.yahoo.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://cricket.yahoo.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |