Muir

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

Muir क्या है?

Muir https://labs.iqfoundry.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Muir एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Muir Muir
ID iajpfoidhjamafnifhlkgkjgglhbmhpn
आधिकारिक URL https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn
विवरण Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
फ़ाइल का आकार 53.21 KB
स्थापना संख्या 217
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-08-16
प्रकाशन तिथि 2013-08-16
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://labs.iqfoundry.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://labs.iqfoundry.com
सहायता पृष्ठ URL http://labs.iqfoundry.com
समर्थित भाषाएँ 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"
    }
}