Flexer
Mobile/Responsive Web Testing for Front-End Web Developers
Flexer란 무엇입니까?
Flexer은(는) Derek Story에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mobile/Responsive Web Testing for Front-End Web Developers"입니다.
확장 프로그램 스크린샷
Flexer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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]
확장 프로그램 기본 정보
이름 | Flexer |
ID | ooieopaimbegfibodhhdkfpljnnjmabg |
공식 URL | https://chromewebstore.google.com/detail/flexer/ooieopaimbegfibodhhdkfpljnnjmabg |
설명 | Mobile/Responsive Web Testing for Front-End Web Developers |
파일 크기 | 53.04 KB |
설치 횟수 | 235 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-11-16 |
출시 날짜 | 2015-11-16 |
평점 | 3.20/5 총 5 개의 평점 |
개발자 | Derek Story |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://github.com/derekstory |
지원되는 언어 | 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" ] } |