NHome extension

Smart home solutions

Cos'è NHome extension?

NHome extension è un'estensione di Chrome sviluppata da https://nhome.ba, e la sua funzione principale è "Smart home solutions".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NHome extension

Scarica i file di estensione NHome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NHome extension NHome extension
ID ekifbbbcmmmojbpkdlkhemkfgfgkoala
URL Ufficiale https://chromewebstore.google.com/detail/nhome-extension/ekifbbbcmmmojbpkdlkhemkfgfgkoala
Descrizione Smart home solutions
Dimensione del File 1.02 MB
Conteggio Installazioni 79
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-02-23
Data di Pubblicazione 2016-02-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nhome.ba
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}