Singpaore Haze PSI

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

Co to jest Singpaore Haze PSI?

Singpaore Haze PSI to rozszerzenie Chrome opracowane przez https://maxlibin.com, a jego główną funkcją jest „Get the latest update of Singapore Haze Pollutant Standards Index (PSI)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Singpaore Haze PSI

Pobierz pliki rozszerzeń Singpaore Haze PSI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Singpaore Haze PSI Singpaore Haze PSI
ID fidfiidepkipkbnnmfncgpoiejpiompg
Oficjalny URL https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg
Opis Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Rozmiar pliku 79.38 KB
Liczba instalacji 11
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2014-03-13
Data Publikacji 2014-03-12
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper https://maxlibin.com
Typ Płatności free
Strona Rozszerzenia http://www.maxlibin.com
Adres URL Strony Pomocy http://www.maxlibin.com
Obsługiwane Języki 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"
        ]
    }
}