NHome extension

Smart home solutions

NHome extensionคืออะไร?

NHome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nhome.ba และคุณลักษณะหลักของมันคือ "Smart home solutions"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NHome extension

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}