Singpaore Haze PSI

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

Vad är Singpaore Haze PSI?

Singpaore Haze PSI är en Chrome-tillägg utvecklad av https://maxlibin.com, och dess huvudfunktion är "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".

Tilläggsskärmbilder

screenshot

Ladda ner Singpaore Haze PSI-förlängningens CRX-fil

Ladda ner Singpaore Haze PSI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
Officiell webbadress https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Beskrivning Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Filstorlek 79.38 KB
Antal Installationer 11
Aktuell Version 2.1
Senast Uppdaterad 2014-03-13
Publiceringsdatum 2014-03-12
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare https://maxlibin.com
Betalningssätt free
Tilläggswebbplats http://www.maxlibin.com
Hjälpsida URL http://www.maxlibin.com
Stödda Språk 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"
        ]
    }
}