Singpaore Haze PSI

Get the latest update of Singapore Haze Pollutant Standards Index (PSI)

¿Qué es Singpaore Haze PSI?

Singpaore Haze PSI es una extensión de Chrome desarrollada por https://maxlibin.com, y su función principal es "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Singpaore Haze PSI

Descarga archivos de extensión Singpaore Haze PSI en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Air in singapore are getting really bad, get live updated on your chrome browser of current PSI (Pollutant Standards Index), remain indoors and keep activity levels low.

version: 2.0 update the link of the PSI                    

Información Básica de la Extensión

Nombre Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
URL Oficial https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Descripción Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Tamaño del Archivo 79.38 KB
Cantidad de Instalaciones 11
Versión Actual 2.1
Última Actualización 2014-03-13
Fecha de Publicación 2014-03-12
Calificación 3.33/5 Total de 3 Calificaciones
Desarrollador https://maxlibin.com
Tipo de Pago free
Sitio Web de la Extensión http://www.maxlibin.com
URL de la Página de Ayuda http://www.maxlibin.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Singpaore Haze PSI",
    "description": "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)",
    "version": "2.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/jquery.min.js",
            "src\/background.js"
        ]
    }
}