My Hotspots

Connect easily to your favorite hotspots.

My Hotspotsとは何ですか?

My HotspotsはFrançois Beaufortによって開発されたChromeの拡張機能で、その主な機能は「Connect easily to your favorite hotspots.」です。

拡張機能のスクリーンショット

screenshot

My Hotspots拡張機能のCRXファイルをダウンロード

My Hotspots拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        My Hotspots is a Chrome OS Extension which makes your life easier:

- Store all your hotspots credentials
- Connect to your favorite hotspots seamlessly

Warning! It actually takes advantage of the networking.config API to authenticate to captive portals which is only available in Dev Channel.

Source code is available at https://github.com/beaufortfrancois/my-hotspots-chrome-extension                    

拡張機能の基本情報

名前 My Hotspots My Hotspots
ID kngmdnkaeiaodchlfljkkinpphgfmkfg
公式URL https://chromewebstore.google.com/detail/my-hotspots/kngmdnkaeiaodchlfljkkinpphgfmkfg
説明 Connect easily to your favorite hotspots.
ファイルサイズ 30.16 KB
インストール数 735
現在のバージョン 0.0.1
最終更新日 2015-04-15
公開日 2015-04-15
評価 3.86/5 合計 22 レビュー
開発者 François Beaufort
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Hotspots",
    "description": "Connect easily to your favorite hotspots.",
    "version": "0.0.1",
    "minimum_chrome_version": "43",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "networking.config",
        "notifications",
        "storage",
        "http:\/\/www.gstatic.com\/generate_204"
    ],
    "optional_permissions": [
        "https:\/\/hotspot.wifi.sfr.fr\/",
        "https:\/\/hotspotwifi.bouyguestelecom.fr\/",
        "https:\/\/wifi.free.fr\/"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}