Muir
Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.
Muir là gì?
Muir là một tiện ích mở rộng Chrome được phát triển bởi https://labs.iqfoundry.com, và tính năng chính của nó là "Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Muir
Tải xuống các tệp mở rộng Muir dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Muir |
ID | iajpfoidhjamafnifhlkgkjgglhbmhpn |
URL Chính Thức | https://chromewebstore.google.com/detail/muir/iajpfoidhjamafnifhlkgkjgglhbmhpn |
Mô tả | Muir plugin for Chrome notifies the Muir desktop app to synchronize responsive browser testing on mobile devices. |
Kích Thước Tệp | 53.21 KB |
Số Lần Cài Đặt | 217 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-08-16 |
Ngày Phát Hành | 2013-08-16 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://labs.iqfoundry.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://labs.iqfoundry.com |
URL Trang Trợ Giúp | http://labs.iqfoundry.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |