Noticias de Ciencia
Descubre las noticias de Ciencia más recientes
What is Noticias de Ciencia?
Noticias de Ciencia is a Chrome extension developed by alfonsitomartinz32, and its main feature is "Descubre las noticias de Ciencia más recientes".
Extension Screenshots
Download Noticias de Ciencia Extension CRX File
Download Noticias de Ciencia 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
Últimas noticias sobre ciencia donde encontrarás información sobre investigaciones, hallazgos, I+D, laboratorios, descubrimientos además de reportajes y mucho más. Nota: Solo funciona con acceso a Internet
Extension Basic Information
Name | |
ID | iabblhnijgeepnkhpfiididajndffkkl |
Official URL | https://chrome.google.com/webstore/detail/noticias-de-ciencia/iabblhnijgeepnkhpfiididajndffkkl |
Description | Descubre las noticias de Ciencia más recientes |
File Size | 32.59 KB |
Installation Count | 45 |
Current Version | 1 |
Last Updated | 2017-01-14 |
Publish Date | 2017-01-14 |
Rating | 2.00/5 Total 1 Ratings |
Developer | alfonsitomartinz32 |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noticias de Ciencia", "manifest_version": 2, "short_name": "Noticias de Ciencia", "description": "Descubre las noticias de Ciencia m\u00e1s recientes", "version": "1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "1484397030_Citycons_newspaper.png" }, "icons": { "128": "icon.png" } } |