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ファイルをダウンロード

Ole.com.ar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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