Flexer
Mobile/Responsive Web Testing for Front-End Web Developers
Flexer là gì?
Flexer là một tiện ích mở rộng Chrome được phát triển bởi Derek Story, và tính năng chính của nó là "Mobile/Responsive Web Testing for Front-End Web Developers".
Ả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 Flexer
Tải xuống các tệp mở rộng Flexer 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
Flexer provides efficient mobile/responsive web testing for web developers. Quickly navigate through options using quick commands to free yourself from clicking through an array of options. Flexer accurately emulates the most popular mobile devices on the market. Flexer allows you to instantly resize the viewport/window without the need to touch your mouse. You get a mobile browser at the touch of a button. Instructions: 1. Install 2. Enable Flexer for a site domain by right clicking on the site page and choosing "Add Domain" under the Flexer options. 3. Reload the page and hit M (be sure nothing on the page is in focus. example: textbox) to open/close the Flexer mobile viewer. (Or open from the right-click context menu) 4. You should now be in the mobile mode. Quick Commands: Toggle Mobile Viewer: M Phone View: J Tablet View: K Toggle Landscape View: L Refresh Viewer: R For feature request, bug reports or general comments, please use the support tab or email me directly at: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Flexer |
ID | ooieopaimbegfibodhhdkfpljnnjmabg |
URL Chính Thức | https://chromewebstore.google.com/detail/flexer/ooieopaimbegfibodhhdkfpljnnjmabg |
Mô tả | Mobile/Responsive Web Testing for Front-End Web Developers |
Kích Thước Tệp | 53.04 KB |
Số Lần Cài Đặt | 235 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-11-16 |
Ngày Phát Hành | 2015-11-16 |
Đánh Giá | 3.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Derek Story |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/derekstory |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flexer", "description": "Mobile\/Responsive Web Testing for Front-End Web Developers", "version": "1.0", "manifest_version": 2, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/*", "html\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "css\/style.css" ], "js": [ "js\/jquery.js", "js\/mobile_viewer.js" ] } ], "background": { "scripts": [ "js\/context_menu.js" ] }, "permissions": [ "storage", "contextMenus" ] } |