Singpaore Haze PSI

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

Hvad er Singpaore Haze PSI?

Singpaore Haze PSI er en Chrome-udvidelse udviklet af https://maxlibin.com, og dens hovedfunktion er "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".

Udvidelsesskærmbilleder

screenshot

Download Singpaore Haze PSI-udvidelses-CRX-fil

Download Singpaore Haze PSI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
Officiel URL https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Beskrivelse Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Filstørrelse 79.38 KB
Antal Installationer 11
Nuværende Version 2.1
Senest Opdateret 2014-03-13
Udgivelsesdato 2014-03-12
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler https://maxlibin.com
Betalingsmetode free
Udvidelseswebsted http://www.maxlibin.com
Hjælpeside-URL http://www.maxlibin.com
Understøttede Sprog 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"
        ]
    }
}