Muir

Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.

Wat is Muir?

Muir is een Chrome-extensie ontwikkeld door https://labs.iqfoundry.com, en de belangrijkste functie is "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Muir

Download Muir-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Muir Muir
ID iajpfoidhjamafnifhlkgkjgglhbmhpn
Officiële URL https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn
Beschrijving Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Bestandsgrootte 53.21 KB
Aantal Installaties 217
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-16
Publicatiedatum 2013-08-16
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://labs.iqfoundry.com
Betalingswijze free
Extensiewebsite http://labs.iqfoundry.com
Help Pagina-URL http://labs.iqfoundry.com
Ondersteunde Talen 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"
    }
}