WEBres
Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit
WEBres란 무엇입니까?
WEBres은(는) http://risingstarweb.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit"입니다.
확장 프로그램 스크린샷
WEBres 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Thank You for using WEBres =) The extension allows you to easily view most websites in multiple resolutions by simply right-clicking on the website and clicking on WEBres. WEBres allows you to create an infinite amount of resolutions to view the website in so you can add any varying sizes for various tablets, phones or other devices so you can view what your website or web application would look like. WEBres also allows you to group multiple resolutions under one another to create your customized views. For example, you could group all the Apple products under one roof and you'd only need to make one-stop to view what your website looks like across all the Apple devices. --------------------------------------------- CHANGELOG =============== - Removed the old way of grouping resolutions - Added custom group creation functionality - Added sortable functionality to resolutions and groups IMPORTANT =============== Please make sure to click the 'Reset All' button (bottom left corner) otherwise you may get errors or things not working the way you expected them to. We are very sorry for the inconvenience. NOTES =============== - When you sort your resolutions, for example you place ipad above the iphone, you also change in which order the iframes will be shown. - Sorting groups however is purely to allow you to customize the order of things how you choose (If you find anything isn't working quite right let us know by clicking on one of the links below and we'll get fixin')
확장 프로그램 기본 정보
이름 | |
ID | klneioghhgdikdajongciebaedfmhomm |
공식 URL | https://chrome.google.com/webstore/detail/webres/klneioghhgdikdajongciebaedfmhomm |
설명 | Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit |
파일 크기 | 1.68 MB |
설치 횟수 | 71 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2013-08-21 |
출시 날짜 | 2013-08-21 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | http://risingstarweb.com.au |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.5", "author": "RisingStarWeb", "name": "WEBres", "description": "Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "120": "icons\/icon_120.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/options.html", "permissions": [ "tabs", "contextMenus", "http:\/\/*\/*", "background", "storage" ] } |