WiFi HotSpot Status

This extension displays the network status of a portable WiFi HotSpot.

WiFi HotSpot Status란 무엇입니까?

WiFi HotSpot Status은(는) https://sites.google.com/site/apbuteau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the network status of a portable WiFi HotSpot."입니다.

확장 프로그램 스크린샷

screenshot

WiFi HotSpot Status 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension displays the signal strength and connection type of WiFi HotSpot devices.  It also displays a small red battery symbol when the device's battery is low.

Currently it only supports the Verizon Jetpack™ device manufactured by Novatel Wireless (MiFi 5510L).  This devices exposes connection information via http://my.jetpack/srv/status.                    

확장 프로그램 기본 정보

이름 WiFi HotSpot Status WiFi HotSpot Status
ID dgomhppkegboiaecgmlokeilcnmhcodj
공식 URL https://chromewebstore.google.com/detail/wifi-hotspot-status/dgomhppkegboiaecgmlokeilcnmhcodj
설명 This extension displays the network status of a portable WiFi HotSpot.
파일 크기 24.59 KB
설치 횟수 1,000
현재 버전 1.2
최근 업데이트 2015-05-19
출시 날짜 2015-05-19
평점 3.30/5 총 20 개의 평점
개발자 https://sites.google.com/site/apbuteau
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WiFi HotSpot Status",
    "short_name": "WiFi Status",
    "version": "1.2",
    "author": "Andy Buteau ",
    "description": "This extension displays the network status of a portable WiFi HotSpot.",
    "icons": {
        "16": "hotspot-16.png",
        "48": "hotspot-48.png",
        "128": "hotspot-128.png"
    },
    "browser_action": {
        "default_title": "WiFi HotSpot Status",
        "default_icon": "hotspot-128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/my.jetpack\/"
    ]
}