NHome extension

Smart home solutions

NHome extensionとは何ですか?

NHome extensionはhttps://nhome.baによって開発されたChromeの拡張機能で、その主な機能は「Smart home solutions」です。

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

screenshot

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

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

拡張機能の使用方法

                        Light and quick extension for nHome. 
You can select between  'most used' and 'favorites' devices, and choose witch device types you want shown. 

Before login, go to options page and and customize it how you like it.

If you encounter any bugs, feel free to report them.                    

拡張機能の基本情報

名前 NHome extension NHome extension
ID ekifbbbcmmmojbpkdlkhemkfgfgkoala
公式URL https://chromewebstore.google.com/detail/nhome-extension/ekifbbbcmmmojbpkdlkhemkfgfgkoala
説明 Smart home solutions
ファイルサイズ 1.02 MB
インストール数 79
現在のバージョン 0.0.3
最終更新日 2016-02-23
公開日 2016-02-23
評価 5.00/5 合計 1 レビュー
開発者 https://nhome.ba
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NHome extension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Smart home solutions",
    "icons": {
        "16": "img\/icons\/nhome-16.png",
        "128": "img\/icons\/nhome-128.png"
    },
    "browser_action": {
        "default_title": "nHome",
        "default_icon": "img\/icons\/nhome-16.png",
        "default_popup": "popup.html"
    },
    "author": "NHome team",
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "background",
        "https:\/\/nhome.ba\/api\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nhome.ba\/*"
        ]
    }
}