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
扩展基本信息
名称 | Singpaore Haze PSI |
ID | fidfiidepkipkbnnmfncgpoiejpiompg |
官方URL | 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" ] } } |