Singpaore Haze PSI
Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
Apa itu Singpaore Haze PSI?
Singpaore Haze PSI adalah ekstensi Chrome yang dikembangkan oleh https://maxlibin.com, dan fitur utamanya adalah "Get the latest update of Singapore Haze Pollutant Standards Index (PSI)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Singpaore Haze PSI
Unduh file ekstensi Singpaore Haze PSI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Singpaore Haze PSI |
ID | fidfiidepkipkbnnmfncgpoiejpiompg |
URL Resmi | https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg |
Deskripsi | Get the latest update of Singapore Haze Pollutant Standards Index (PSI) |
Ukuran File | 79.38 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2014-03-13 |
Tanggal Publikasi | 2014-03-12 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | https://maxlibin.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.maxlibin.com |
URL Halaman Bantuan | http://www.maxlibin.com |
Bahasa yang Didukung | 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" ] } } |