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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}