WiFi HotSpot Status

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

Hvad er WiFi HotSpot Status?

WiFi HotSpot Status er en Chrome-udvidelse udviklet af https://sites.google.com/site/apbuteau, og dens hovedfunktion er "This extension displays the network status of a portable WiFi HotSpot.".

Udvidelsesskærmbilleder

screenshot

Download WiFi HotSpot Status-udvidelses-CRX-fil

Download WiFi HotSpot Status-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn WiFi HotSpot Status WiFi HotSpot Status
ID dgomhppkegboiaecgmlokeilcnmhcodj
Officiel URL https://chromewebstore.google.com/detail/wifi-hotspot-status/dgomhppkegboiaecgmlokeilcnmhcodj
Beskrivelse This extension displays the network status of a portable WiFi HotSpot.
Filstørrelse 24.59 KB
Antal Installationer 1,000
Nuværende Version 1.2
Senest Opdateret 2015-05-19
Udgivelsesdato 2015-05-19
Bedømmelse 3.30/5 Samlet 20 Bedømmelser
Udvikler https://sites.google.com/site/apbuteau
Betalingsmetode free
Understøttede Sprog 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\/"
    ]
}