Ole.com.ar

Seguí las noticias deportivas de Argentina y el mundo en tu Chrome como sólo Olé puede ofrecértelo.

Ole.com.ar란 무엇입니까?

Ole.com.ar은(는) mobileagea에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seguí las noticias deportivas de Argentina y el mundo en tu Chrome como sólo Olé puede ofrecértelo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ole.com.ar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Compartí la pasión por el deporte al estilo único de Olé con la nueva extensión Chrome. 
Ahora podrás seguir las noticias deportivas de Argentina y del mundo desde tu navegador como sólo Olé puede ofrecértelo. 
Encontrarás las últimas noticias de Fútbol de Primera División, Ascenso e Internacional, Básquet, Tenis, Rubgy y Automovilismo, entre otros.                    

확장 프로그램 기본 정보

이름 Ole.com.ar Ole.com.ar
ID cgecidejiknkceonlmbockmndcdikdcf
공식 URL https://chrome.google.com/webstore/detail/olecomar/cgecidejiknkceonlmbockmndcdikdcf
설명 Seguí las noticias deportivas de Argentina y el mundo en tu Chrome como sólo Olé puede ofrecértelo.
파일 크기 116 KB
설치 횟수 397
현재 버전 1.0
최근 업데이트 2013-08-29
출시 날짜 2013-08-29
평점 4.33/5 총 9 개의 평점
개발자 mobileagea
결제 유형 free
지원되는 언어 es-419
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Ole.com.ar"
    },
    "content_security_policy": "script-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten 'unsafe-eval'; object-src 'self' https:\/\/api-ssl.bitly.com\/v3\/shorten",
    "description": "Segu\u00ed las noticias deportivas de Argentina y el mundo en tu Chrome como s\u00f3lo Ol\u00e9 puede ofrec\u00e9rtelo.",
    "icons": {
        "128": "logo_128.png",
        "16": "logo_16.png",
        "48": "logo_48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "21",
    "name": "Ole.com.ar",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/www.ole.com.ar\/rss\/index.rss",
        "tabs",
        "notifications",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "web_accessible_resources": [
        "images\/loading.gif",
        "images\/sprite-app.png",
        "manifest.json"
    ]
}