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 |
官方網址 | 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" } } |