Live Cricket Score
This extension shows live Cricket Scores
什么是Live Cricket Score?
Live Cricket Score是由Jalak Vora开发的Chrome扩展程序,该扩展的主要功能是“This extension shows live Cricket Scores”。
扩展截图
下载Live Cricket Score扩展crx文件
下载Live Cricket Score扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It displays scores of current ongoing matches as well as give information about upcoming matches.User can see full scorecard by clicking on relevant item on list which will redirect them to cricinfo page.
扩展基本信息
名称 | |
ID | fjidjnpomilnlnmbknpnanmkdjhbfgko |
官方URL | https://chrome.google.com/webstore/detail/live-cricket-score/fjidjnpomilnlnmbknpnanmkdjhbfgko |
简介 | This extension shows live Cricket Scores |
文件大小 | 286 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2016-03-06 |
上架时间 | 2016-03-06 |
评分 | 4.30/5 共10次评分 |
开发者 | Jalak Vora |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Cricket Score", "description": "This extension shows live Cricket Scores", "version": "1.0", "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "browser_action": { "default_title": "Show Live Cricket Score!", "default_icon": "\/img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |