Responsive Viewer
Show multiple screens once, Responsive design tester
Responsive Viewer là gì?
Responsive Viewer là một tiện ích mở rộng Chrome được phát triển bởi https://responsiveviewer.org, và tính năng chính của nó là "Show multiple screens once, Responsive design tester".
Ả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 Responsive Viewer
Tải xuống các tệp mở rộng Responsive Viewer 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
A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications. icon by Dima Hamayunau (https://dribbble.com/abybe). Clarification on privacy: The extension does not track or collect any of your data, it's even not connected to any server to store data. Source code: https://github.com/skmail/responsive-viewer
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Responsive Viewer |
ID | inmopeiepgfljkpkidclfgbgbmfcennb |
URL Chính Thức | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
Mô tả | Show multiple screens once, Responsive design tester |
Kích Thước Tệp | 368 KB |
Số Lần Cài Đặt | 273,255 |
Phiên Bản Hiện Tại | 1.0.21 |
Cập Nhật Lần Cuối | 2023-07-18 |
Ngày Phát Hành | 2019-12-21 |
Đánh Giá | 4.55/5 Tổng số 237 Đánh Giá |
Nhà Phát Triển | https://responsiveviewer.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://responsiveviewer.org/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive Viewer", "author": "Solaiman Kmail", "version": "1.0.21", "description": "Show multiple screens once, Responsive design tester", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "activeTab", "webRequest", "webNavigation", "webRequestBlocking" ] } |