Master Resizer

Master Resizer is an extension which allows you to change the screen size.

Master Resizer란 무엇입니까?

Master Resizer은(는) vernuigorr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Master Resizer is an extension which allows you to change the screen size."입니다.

확장 프로그램 스크린샷

screenshot

Master Resizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.                    

확장 프로그램 기본 정보

이름 Master Resizer Master Resizer
ID abgcndceoklfjamfbampifddhlbdlkaj
공식 URL https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj
설명 Master Resizer is an extension which allows you to change the screen size.
파일 크기 507 KB
설치 횟수 78
현재 버전 1.0
최근 업데이트 2018-03-26
출시 날짜 2018-03-26
평점 1.00/5 총 4 개의 평점
개발자 vernuigorr
결제 유형 free
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Master Resizer is an extension which allows you to change the screen size.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/default.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Master Resizer",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}