Singpaore Haze PSI
Get the latest update of Singapore Haze Pollutant Standards Index (PSI)
什麼是Singpaore Haze PSI?
Singpaore Haze PSI是由https://maxlibin.com開發的Chrome擴展程式,該擴展的主要功能是“Get the latest update of Singapore Haze Pollutant Standards Index (PSI)”。
擴展截圖
下載Singpaore Haze PSI擴展crx文件
下載Singpaore Haze PSI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | fidfiidepkipkbnnmfncgpoiejpiompg |
| 官方網址 | https://chromewebstore.google.com/detail/singpaore-haze-psi/fidfiidepkipkbnnmfncgpoiejpiompg |
| 簡介 | Get the latest update of Singapore Haze Pollutant Standards Index (PSI) |
| 檔案大小 | 79.38 KB |
| 安裝次數 | 11 |
| 目前版本 | 2.1 |
| 更新時間 | 2014-03-13 |
| 上架時間 | 2014-03-12 |
| 評分 | 3.33/5 共 3 次評分 |
| 開發者 | https://maxlibin.com |
| 付費類型 | free |
| 擴展官網 | http://www.maxlibin.com |
| 說明頁面URL | http://www.maxlibin.com |
| 支援的語言 | 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"
]
}
} | |