Singpaore Haze PSI

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

O que é Singpaore Haze PSI?

Singpaore Haze PSI é uma extensão do Chrome desenvolvida por https://maxlibin.com, e sua principal característica é "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Singpaore Haze PSI

Baixe arquivos de extensão Singpaore Haze PSI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
URL Oficial https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Descrição Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Tamanho do Arquivo 79.38 KB
Contagem de Instalações 11
Versão Atual 2.1
Última Atualização 2014-03-13
Data de Publicação 2014-03-12
Classificação 3.33/5 Total de 3 Avaliações
Desenvolvedor https://maxlibin.com
Tipo de Pagamento free
Site da Extensão http://www.maxlibin.com
URL da Página de Ajuda http://www.maxlibin.com
Idiomas Suportados 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"
        ]
    }
}