Clarin.com
Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.
Wat is Clarin.com?
Clarin.com is een Chrome-extensie ontwikkeld door http://www.clarin.com/chrome, en de belangrijkste functie is "Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clarin.com
Download Clarin.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jhpcfkabffbdncopnehdljbofbbnknnl |
Officiële URL | https://chrome.google.com/webstore/detail/clarincom/jhpcfkabffbdncopnehdljbofbbnknnl |
Beschrijving | Seguí las noticias de la Argentina y el mundo. Clarín te ofrece información actualizada las 24hs. y en español. |
Bestandsgrootte | 102 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2013-11-13 |
Publicatiedatum | 2013-11-13 |
Beoordeling | 4.37/5 Totaal 35 Beoordelingen |
Ontwikkelaar | http://www.clarin.com/chrome |
Betalingswijze | free |
Extensiewebsite | http://www.clarin.com |
Ondersteunde Talen | 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" ] } |