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