Yahoo! Cricket
A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more
什么是Yahoo! Cricket?
Yahoo! Cricket是由http://cricket.yahoo.com开发的Chrome扩展程序,该扩展的主要功能是“A Yahoo! Cricket chrome extension for live scores, match updates, news, photos, videos and more”。
扩展截图
下载Yahoo! Cricket扩展crx文件
下载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" } } |