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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Muir
قم بتنزيل ملفات الامتداد Muir بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" } } |