Muir

Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.

Muirคืออะไร?

Muir เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://labs.iqfoundry.com และคุณลักษณะหลักของมันคือ "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Muir ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Muir for Chrome is a plugin that will coordinate your browsing activity and allow your mobile devices running the Muir app to synchronize with your computer for responsive mobile testing.

For more information on the Muir platform, visit http://labs.iqfoundry.com This plugin requires you have the Muir application installed on your desktop and your mobile devices to synchronize browsing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Muir Muir
ID iajpfoidhjamafnifhlkgkjgglhbmhpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn
คำอธิบาย Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
ขนาดไฟล์ 53.21 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-08-16
วันที่เผยแพร่ 2013-08-16
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://labs.iqfoundry.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://labs.iqfoundry.com
URL หน้าช่วยเหลือ http://labs.iqfoundry.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Muir",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "homepage_url": "http:\/\/labs.iqfoundry.com\/muir",
    "permissions": [
        "background",
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "muir.html"
    }
}