Muir
Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
What is Muir?
Muir is a Chrome extension developed by https://labs.iqfoundry.com, and its main feature is "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".
Extension Screenshots
Download Muir Extension CRX File
Download Muir extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Muir |
ID | iajpfoidhjamafnifhlkgkjgglhbmhpn |
Official URL | https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn |
Description | Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices. |
File Size | 53.21 KB |
Installation Count | 217 |
Current Version | 1.0 |
Last Updated | 2013-08-16 |
Publish Date | 2013-08-16 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://labs.iqfoundry.com |
Payment Type | free |
Extension Website | http://labs.iqfoundry.com |
Help Page URL | http://labs.iqfoundry.com |
Supported Languages | 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" } } |