Muir
Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Vad är Muir?
Muir är en Chrome-tillägg utvecklad av https://labs.iqfoundry.com, och dess huvudfunktion är "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".
Tilläggsskärmbilder
Ladda ner Muir-förlängningens CRX-fil
Ladda ner Muir-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Muir |
ID | iajpfoidhjamafnifhlkgkjgglhbmhpn |
Officiell webbadress | https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn |
Beskrivning | Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices. |
Filstorlek | 53.21 KB |
Antal Installationer | 217 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2013-08-16 |
Publiceringsdatum | 2013-08-16 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | https://labs.iqfoundry.com |
Betalningssätt | free |
Tilläggswebbplats | http://labs.iqfoundry.com |
Hjälpsida URL | http://labs.iqfoundry.com |
Stödda Språk | 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" } } |