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

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

확장 프로그램 사용 설명서

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