Clarin.com
Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.
Clarin.com란 무엇입니까?
Clarin.com은(는) http://www.clarin.com/chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español."입니다.
확장 프로그램 스크린샷
Clarin.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Las últimas noticias de Clarín con un click en tu Chrome. Ahora desde la comodidad de tu navegador accede fácilmente al contenido de Clarin.com Buscá los temas de tu interés e informate en forma instantánea de las últimas novedades de Argentina y el mundo. Todas las secciones y noticias disponibles con esta extensión, sociedad, política, economía, espectáculos, deportes y rural entre otros.
확장 프로그램 기본 정보
이름 | |
ID | jhpcfkabffbdncopnehdljbofbbnknnl |
공식 URL | https://chrome.google.com/webstore/detail/clarincom/jhpcfkabffbdncopnehdljbofbbnknnl |
설명 | Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español. |
파일 크기 | 102 KB |
설치 횟수 | 3,000 |
현재 버전 | 1.5 |
최근 업데이트 | 2013-11-13 |
출시 날짜 | 2013-11-13 |
평점 | 4.37/5 총 35 개의 평점 |
개발자 | http://www.clarin.com/chrome |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.clarin.com |
지원되는 언어 | es-419 |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Clarin.com" }, "content_scripts": [ { "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "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 de la Argentina y el mundo. Clar\u00edn te ofrece informaci\u00f3n actualizada las 24hs. y en espa\u00f1ol.", "icons": { "128": "logo_128.png", "16": "logo_16.png", "48": "logo_48.png" }, "manifest_version": 2, "minimum_chrome_version": "21", "name": "Clarin.com", "offline_enabled": false, "permissions": [ "http:\/\/www.clarin.com\/rss\/index.rss", "http:\/\/www.clarin.com\/services\/*", "tabs", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "web_accessible_resources": [ "images\/loading29.gif", "images\/sprite-app.png" ] } |