Sismos Chile

Listado de ultimos sismos ocurridos en Chile

What is Sismos Chile?

Sismos Chile is a Chrome extension developed by Andres Puebla Lastarria, and its main feature is "Listado de ultimos sismos ocurridos en Chile".

Extension Screenshots

screenshot
screenshot

Download Sismos Chile Extension CRX File

Download Sismos Chile 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

                        Resumen de los últimos sismos ocurridos en Chile.

La informacion es obtenida desde el centro de sismología nacional de Chile.                    

Extension Basic Information

Name Sismos Chile Sismos Chile
ID mebpndedifeohfipfkhmheejodpeejak
Official URL https://chromewebstore.google.com/detail/sismos-chile/mebpndedifeohfipfkhmheejodpeejak
Description Listado de ultimos sismos ocurridos en Chile
File Size 35.02 KB
Installation Count 18
Current Version 2.0
Last Updated 2020-09-17
Publish Date 2020-09-16
Rating 5.00/5 Total 1 Ratings
Developer Andres Puebla Lastarria
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sismos Chile",
    "description": "Listado de ultimos sismos ocurridos en Chile",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icono.png",
        "default_popup": "popup.html",
        "default_title": "Sismos Chile"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}