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
官方網址 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"
        ]
    }
}