Muir
Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Cos'è Muir?
Muir è un'estensione di Chrome sviluppata da https://labs.iqfoundry.com, e la sua funzione principale è "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Muir
Scarica i file di estensione Muir in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Muir |
ID | iajpfoidhjamafnifhlkgkjgglhbmhpn |
URL Ufficiale | https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn |
Descrizione | Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices. |
Dimensione del File | 53.21 KB |
Conteggio Installazioni | 217 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-08-16 |
Data di Pubblicazione | 2013-08-16 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | https://labs.iqfoundry.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://labs.iqfoundry.com |
URL della Pagina di Aiuto | http://labs.iqfoundry.com |
Lingue Supportate | 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" } } |