El Comercio
El Comercio - Noticias del Ecuador y del mundo.
What is El Comercio?
El Comercio is a Chrome extension developed by http://www.elcomercio.com, and its main feature is "El Comercio - Noticias del Ecuador y del mundo.".
Extension Screenshots
Download El Comercio Extension CRX File
Download El Comercio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
El Comercio - Noticias del Ecuador y del mundo. Elcomercio.com tiene secciones sobre deportes, fútbol, política, seguridad y judicial, negocios, entretenimiento, cultura, mundo, tecnología. Hay videos, fotos, galerías, blogs, audios.
Extension Basic Information
Name | |
ID | iigijljgadldhmhaodnekmogjpknkgik |
Official URL | https://chrome.google.com/webstore/detail/el-comercio/iigijljgadldhmhaodnekmogjpknkgik |
Description | El Comercio - Noticias del Ecuador y del mundo. |
File Size | 20.74 KB |
Installation Count | 69 |
Current Version | 1.2 |
Last Updated | 2014-08-29 |
Publish Date | 2014-08-29 |
Rating | 4.00/5 Total 1 Ratings |
Developer | http://www.elcomercio.com |
Payment Type | free |
Extension Website | http://www.elcomercio.com/ |
Help Page URL | http://www.elcomercio.com/pages/servicios.html |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "El Comercio", "short_name": "GEC", "signature": "GEC", "author": "Pablo Reyes", "version": "1.2", "description": "El Comercio - Noticias del Ecuador y del mundo.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "El Comercio", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.elcomercio.com\/pages\/terminos-y-condiciones.html" ] } |