Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Responsive Debug là gì?
Responsive Debug là một tiện ích mở rộng Chrome được phát triển bởi Kevin Campion, và tính năng chính của nó là "A chrome extension for testing responsive web page, just by a click.".
Ả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 Debug
Tải xuống các tệp mở rộng Responsive Debug 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
This extension lets you view the responsiveness of your web app in multiple device viewports. For testing, open your site in a new tab and click on the Responsive Debug icon.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
URL Chính Thức | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
Mô tả | A chrome extension for testing responsive web page, just by a click. |
Kích Thước Tệp | 39.21 KB |
Số Lần Cài Đặt | 536 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2017-05-31 |
Ngày Phát Hành | 2017-05-31 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Kevin Campion |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/popup.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Responsive Debug" } } |