Muir

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

Τι είναι το Muir;

Το Muir είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://labs.iqfoundry.com, και η κύρια λειτουργία του είναι "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Muir

Λήψη αρχείων επέκτασης Muir σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}