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.
拡張機能の基本情報
名前 | JioFi extension |
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 |
Eメール | [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" ] } |