Mobile View: Test responsive designs fast
Test your responsive designs on multiple devices at once.
Mobile View: Test responsive designs fastคืออะไร?
Mobile View: Test responsive designs fast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mobileview.io และคุณลักษณะหลักของมันคือ "Test your responsive designs on multiple devices at once."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mobile View: Test responsive designs fast
ดาวน์โหลดไฟล์ส่วนขยาย Mobile View: Test responsive designs fast ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See your website on multiple devices at once with live updates, even for locally hosted sites. Hot module reloading ensures instant code changes across all devices, while synchronised scrolling and navigation lets you test seamlessly across any website. Perfect for: ----- ✅ Full-Stack & Front-End Developers ✅ UX/UI Designers ✅ Anyone using Polypane/Blisk/Responsively/Sizzy Get started in seconds: ----- ✅ Install Mobile View from the Chrome Web Store. ✅ Click the extension icon to activate it. ✅ Select devices and breakpoints for continuous testing. ✅ Start developing - changes appear instantly! Join the future of responsive design testing and quality assurance. Works with all your favourite frameworks. Try Mobile View today and revolutionise your development process!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mobile View: Test responsive designs fast |
ID | clepmakjkiihmfoepipckkafafdepjne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mobile-view-test-responsi/clepmakjkiihmfoepipckkafafdepjne |
คำอธิบาย | Test your responsive designs on multiple devices at once. |
ขนาดไฟล์ | 56.94 KB |
จำนวนการติดตั้ง | 3,477 |
เวอร์ชันปัจจุบัน | 1.3.1 |
อัปเดตครั้งล่าสุด | 2023-12-11 |
วันที่เผยแพร่ | 2023-10-16 |
คะแนน | 4.83/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://mobileview.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mobileview.io |
URL หน้าช่วยเหลือ | https://chromewebstore.google.com/detail/clepmakjkiihmfoepipckkafafdepjne/support |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mobile View: Test responsive designs fast", "short_name": "Mobile View", "version": "1.3.1", "version_name": "1.3.1", "minimum_chrome_version": "102", "description": "Test your responsive designs on multiple devices at once.", "author": { "email": "[email protected]" }, "icons": { "16": "store\/icons\/icon16.png", "32": "store\/icons\/icon32.png", "48": "store\/icons\/icon48.png", "64": "store\/icons\/icon64.png", "96": "store\/icons\/icon96.png", "128": "store\/icons\/icon128.png" }, "action": { "default_icon": { "16": "store\/icons\/icon16.png", "32": "store\/icons\/icon32.png", "48": "store\/icons\/icon48.png", "64": "store\/icons\/icon64.png", "96": "store\/icons\/icon96.png", "128": "store\/icons\/icon128.png" }, "default_title": "Activate Mobile View for this Tab" }, "permissions": [ "declarativeNetRequest", "scripting", "storage", "webNavigation" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "http:\/\/localhost\/*" ], "background": { "service_worker": "minified\/service-workers\/serviceWorker.min.js" }, "web_accessible_resources": [ { "resources": [ "dist\/extension\/mobileViewWebComponent.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "http:\/\/localhost\/*" ] } ] } |