Singpaore Haze PSI
Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Cos'è Singpaore Haze PSI?
Singpaore Haze PSI è un'estensione di Chrome sviluppata da https://maxlibin.com, e la sua funzione principale è "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Singpaore Haze PSI
Scarica i file di estensione Singpaore Haze PSI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Singpaore Haze PSI |
ID | fidfiidepkipkbnnmfncgpoiejpiompg |
URL Ufficiale | https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg |
Descrizione | Get the latest update of Singapore Haze Pollutant Standards Index (PSI) |
Dimensione del File | 79.38 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2014-03-13 |
Data di Pubblicazione | 2014-03-12 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | https://maxlibin.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.maxlibin.com |
URL della Pagina di Aiuto | http://www.maxlibin.com |
Lingue Supportate | 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" ] } } |