Muir

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

什么是Muir?

Muir是由https://labs.iqfoundry.com开发的Chrome扩展程序,该扩展的主要功能是“Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.”。

扩展截图

screenshot

下载Muir扩展crx文件

下载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"
    }
}