Live Cricket Scores
For all the fans of WC 2015.
Live Cricket Scores란 무엇입니까?
Live Cricket Scores은(는) Samarth Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For all the fans of WC 2015."입니다.
Live Cricket Scores 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you a cricket fan but also sometimes want to keep yourself updated with the live scores? Download this extension and you can learn the scores of ALL current matches in just a click.
확장 프로그램 기본 정보
이름 | |
ID | nffhjmjhmbjghjnfhbldeakeobnhfjki |
공식 URL | https://chrome.google.com/webstore/detail/live-cricket-scores/nffhjmjhmbjghjnfhbldeakeobnhfjki |
설명 | For all the fans of WC 2015. |
파일 크기 | 41.03 KB |
설치 횟수 | 32 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-03-28 |
출시 날짜 | 2015-03-28 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | Samarth Shah |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Cricket Scores", "description": "For all the fans of WC 2015.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click here to get the live scores." }, "permissions": [ "http:\/\/static.cricinfo.com\/rss\/livescores.xml" ] } |