Muir
Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Was ist Muir?
Muir ist eine Chrome-Erweiterung, die von https://labs.iqfoundry.com entwickelt wurde, und ihr Hauptmerkmal ist "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".
Erweiterungsscreenshots
Muir-Erweiterungs-CRX-Datei herunterladen
Laden Sie Muir-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Muir |
ID | iajpfoidhjamafnifhlkgkjgglhbmhpn |
Offizielle URL | https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn |
Beschreibung | Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices. |
Dateigröße | 53.21 KB |
Installationsanzahl | 217 |
Aktuelle Version | 1.0 |
Letztes Update | 2013-08-16 |
Veröffentlichungsdatum | 2013-08-16 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://labs.iqfoundry.com |
Zahlungsart | free |
Erweiterungswebsite | http://labs.iqfoundry.com |
Hilfeseite URL | http://labs.iqfoundry.com |
Unterstützte Sprachen | 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" } } |