Muir

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

Apa itu Muir?

Muir adalah ekstensi Chrome yang dikembangkan oleh https://labs.iqfoundry.com, dan fitur utamanya adalah "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Muir

Unduh file ekstensi Muir dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Muir Muir
ID iajpfoidhjamafnifhlkgkjgglhbmhpn
URL Resmi https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn
Deskripsi Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Ukuran File 53.21 KB
Jumlah Instalasi 217
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-08-16
Tanggal Publikasi 2013-08-16
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://labs.iqfoundry.com
Tipe Pembayaran free
Situs Ekstensi http://labs.iqfoundry.com
URL Halaman Bantuan http://labs.iqfoundry.com
Bahasa yang Didukung 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"
    }
}