JioFi extension
A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.
什么是JioFi extension?
JioFi extension是由https://imagetext.xyz开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.”。
扩展截图
下载JioFi extension扩展crx文件
下载JioFi extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension to find status of Jiofi when connected, Automatically.
Features -
Get remaining battery power of connected jiofi
Notify user when power is less than 10 %
Currently supports Jiofi model 4 and 5 only. 扩展基本信息
| 名称 | |
| ID | ngpdiefgknbemaecamolneblgoiaiokj |
| 官方URL | https://chromewebstore.google.com/detail/jiofi-extension/ngpdiefgknbemaecamolneblgoiaiokj |
| 简介 | A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically. |
| 文件大小 | 682 KB |
| 安装次数 | 45 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2021-05-30 |
| 上架时间 | 2019-07-15 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://imagetext.xyz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://imagetext.xyz/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JioFi extension",
"version": "0.0.5",
"manifest_version": 2,
"description": "A chrome extension to find status(prev_battery_level and charging status) of Jiofi when connected, Automatically.",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"background.bundle.js"
]
},
"permissions": [
"storage",
"http:\/\/jiofi.local.html\/cgi-bin\/qcmap_web_cgi",
"notifications"
],
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "JioFi extension",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"images\/*.png"
]
} | |