Responsive View
To view the page in different device screen sizes, just by a click
Responsive View란 무엇입니까?
Responsive View은(는) Aneeta Kolhe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To view the page in different device screen sizes, just by a click"입니다.
확장 프로그램 스크린샷
Responsive View 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension gives you an ability to view the page in different screen sizes, just by a click. HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically. Various screens sizes that are available as follows: 1. 340 x 480 - Mobile 2. 480 x 640 - Mobile (larger screen) 3. 768 x 1024 - Tablet (Portrait) 4. 1024 x 768 - Tablet (Landscape) 5. 992 x 640 - Bootstrap 6. 1200 x 800 - Desktop
확장 프로그램 기본 정보
이름 | Responsive View |
ID | hgeefdjnmmeindmchabjodoggbfkhaam |
공식 URL | https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam |
설명 | To view the page in different device screen sizes, just by a click |
파일 크기 | 165 KB |
설치 횟수 | 1,720 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-04-02 |
출시 날짜 | 2014-04-01 |
평점 | 4.21/5 총 14 개의 평점 |
개발자 | Aneeta Kolhe |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive View", "description": "To view the page in different device screen sizes, just by a click", "version": "1.0", "icons": { "128": "icon128.png", "19": "icon19.png", "38": "icon38.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "View page in various dimensions" }, "background": { "scripts": [ "popup.js" ], "persistent": false } } |