Singpaore Haze PSI

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

What is Singpaore Haze PSI?

Singpaore Haze PSI is a Chrome extension developed by https://maxlibin.com, and its main feature is "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".

Extension Screenshots

screenshot

Download Singpaore Haze PSI Extension CRX File

Download Singpaore Haze PSI 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

                        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                    

Extension Basic Information

Name Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
Official URL https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Description Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
File Size 79.38 KB
Installation Count 11
Current Version 2.1
Last Updated 2014-03-13
Publish Date 2014-03-12
Rating 3.33/5 Total 3 Ratings
Developer https://maxlibin.com
Payment Type free
Extension Website http://www.maxlibin.com
Help Page URL http://www.maxlibin.com
Supported Languages 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"
        ]
    }
}