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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | cgecidejiknkceonlmbockmndcdikdcf |
官方網址 | 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" ] } |