Multiple Windows
It provide to create windows to different sizes and multiple for front-end developers.
Multiple Windows란 무엇입니까?
Multiple Windows은(는) http://www.emreozbek.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It provide to create windows to different sizes and multiple for front-end developers."입니다.
확장 프로그램 스크린샷
Multiple Windows 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
“Multiple Windows”; allows you to create multiple windows in the same single screen that each has a different resolution. Thus, while you are working on the development of front-end side, “Multiple Windows” meets all your window sizing needs. With this great “Resize” feature of “Multiple Windows”, you can reuse your previously created custom-sized screens in all your projects without a need to resize.
확장 프로그램 기본 정보
이름 | |
ID | npdmdcegegmlhfdpkflmkkmjpficmimk |
공식 URL | https://chrome.google.com/webstore/detail/multiple-windows/npdmdcegegmlhfdpkflmkkmjpficmimk |
설명 | It provide to create windows to different sizes and multiple for front-end developers. |
파일 크기 | 769 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.56/5 총 18 개의 평점 |
개발자 | http://www.emreozbek.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://emreozbek.github.io/multiple-windows/ |
개인정보 보호 정책 페이지 URL | http://www.emreozbek.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "name": "Multiple Windows", "description": "It provide to create windows to different sizes and multiple for front-end developers.", "version": "1.4", "browser_action": { "default_icon": "assets\/icon-16.png" }, "icons": { "256": "assets\/icon-256.png", "128": "assets\/icon-128.png", "48": "assets\/icon-48.png", "16": "assets\/icon-16.png" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self' data: chrome-extension-resource:;", "web_accessible_resources": [ "background.js", "assets\/bundle.js", "assets\/bundle.css", "cors.html", "*.ttf", "*.woff", "*.woff2", "*.png", "*.eot", "*.svg", "http:\/\/*", "https:\/\/*" ] } |