Absolute Radio Live Scores

Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.

什么是Absolute Radio Live Scores?

Absolute Radio Live Scores是由http://www.absoluteradio.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Absolute Radio Live Scores扩展crx文件

下载Absolute Radio Live Scores扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Absolute Radio Live Scores Chrome app gives you one click access to the latest fixtures and scores from the Barclays Premier League, FA Cup, League Cup, Champions League and Europa League. 

The user friendly interface provides you with minute-by-minute updated match scores, allowing you to see each weeks fixtures and results without complication. The ability to set your default league alongside keyboard navigation will give you instant access to the information you want.                    

扩展基本信息

名称 Absolute Radio Live Scores Absolute Radio Live Scores
ID kgmkadilkeimcolingoooifhoknpkifi
官方URL https://chrome.google.com/webstore/detail/absolute-radio-live-score/kgmkadilkeimcolingoooifhoknpkifi
简介 Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.
文件大小 359 KB
安装次数 4,105
当前版本 1.41.0
更新时间 2013-07-19
上架时间 2013-07-19
评分 4.33/5 共55次评分
开发者 http://www.absoluteradio.co.uk
付费类型 free
扩展官网 http://www.absoluteradio.co.uk
帮助页面URL http://www.absoluteradio.co.uk/contact?to=techies&subject=Live%20Scores%20Chrome%20Extension%20support#form
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Absolute Radio Live Scores",
    "version": "1.41.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "\/scripts\/background.js",
            "\/scripts\/script.js",
            "\/scripts\/jquery-1.8.2.min.js"
        ]
    },
    "description": "Stay up to date with the latest fixtures and results with the official Live Scores Chrome app.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/main_icon.png",
        "default_popup": "popup.html"
    }
}