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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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                    

拡張機能の基本情報

名前 Yahoo! Cricket Yahoo! Cricket
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"
    }
}