Emmet Re:view
Fast and easy way to test your responsive design in multiple viewports
Emmet Re:view란 무엇입니까?
Emmet Re:view은(는) https://emmet.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and easy way to test your responsive design in multiple viewports"입니다.
확장 프로그램 스크린샷
Emmet Re:view 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Emmet Re:View displays your responsive web-page in a number of views side-by-side so you can quickly test how web-page looks at different resolutions and devices. All views are fully synchronized: scroll, fill-in form fields, click, hover and drag elements in one view and get instant feedback in all others. Features: * Breakpoints View: displays resizeable view for each CSS media query breakpoint of your page. Contents of large viewports are dowscaled to fit your screen size. * Device Wall: bird’s-eye overview of device-sized viewports. In this mode, each view is scaled according to tag of your page and overrides User-Agent with real device value. * Create your own devices and presets for Device Wall. * PageSync engine synchronizes all user interaction across all viewports: not just scrolling, form fill and clicks but also mouse hover, movement and dragging.
확장 프로그램 기본 정보
이름 | Emmet Re:view |
ID | epejoicbhllgiimigokgjdoijnpaphdp |
공식 URL | https://chromewebstore.google.com/detail/emmet-review/epejoicbhllgiimigokgjdoijnpaphdp |
설명 | Fast and easy way to test your responsive design in multiple viewports |
파일 크기 | 74.65 KB |
설치 횟수 | 36,936 |
현재 버전 | 2.1.7 |
최근 업데이트 | 2018-02-20 |
출시 날짜 | 2018-02-20 |
평점 | 4.37/5 총 161 개의 평점 |
개발자 | https://emmet.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://re-view.emmet.io |
도움말 페이지 URL | http://re-view.emmet.io |
개인정보 보호 정책 페이지 URL | http://livestyle.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Emmet Re:view", "description": "Fast and easy way to test your responsive design in multiple viewports", "short_name": "Re:view", "version": "2.1.7", "permissions": [ "activeTab", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "scripts\/content-script.js" ], "run_at": "document_start", "all_frames": true } ], "browser_action": { "default_title": "Emmet Re:View", "default_icon": { "38": "icons\/browser-action.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/*.carbonads.com https:\/\/xrxbcfk.misosoup.io; object-src 'self'", "web_accessible_resources": [ "proxy" ], "manifest_version": 2, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvIV42ru\/pnDPEiGb5BJwg9ZfpjgtvmKTX9rGEsJpaWkTwxBJ9Eypb5S2TVMYzuiddUQi2T9KoMGO35EEyV6cBl4AXK2s9wXFs1CcnrXkKBQXa4DvcoaPy06gMTCcthPL0A58hraRPjFbpFYI2CKPQQzqfEf\/QXyC06vtknh4Wn+9MmRZQBvev9YuUgos6I4fwiL3rkeeuKPC1UvSVPOh\/tJsIPpT\/MXlsV+pe71TNyATo7ArTKDa+aa+0bToVlLvXJkxiyVzKLXt1yzT8cFK1O8134f8gfKl7d\/DSikfrGxuqPde0ou8uT\/uUpHwlfayzpr8YFC\/htz5W7RJ45ReQIDAQAB" } |