Viewport Resizer – Responsive Testing Tool

Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.

Viewport Resizer – Responsive Testing Tool란 무엇입니까?

Viewport Resizer – Responsive Testing Tool은(는) Malte Wassermann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Viewport Resizer – Responsive Testing Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Viewport Resizer is a tool to test any website’s responsiveness. Just install the extension, go to the page you want to test and check all kinds of screen resolutions of the page.

The smartest way to share your defined environment of devices and breakpoints directly with your team and client.

This tool should not replace a real device simulation. It rather helps you, your team and client testing statuses, transitions, text length etc. throughout different device types.                    

확장 프로그램 기본 정보

이름 Viewport Resizer – Responsive Testing Tool Viewport Resizer – Responsive Testing Tool
ID kapnjjcfcncngkadhpmijlkblpibdcgm
공식 URL https://chromewebstore.google.com/detail/viewport-resizer-%E2%80%93-respon/kapnjjcfcncngkadhpmijlkblpibdcgm
설명 Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.
파일 크기 47.48 KB
설치 횟수 95,741
현재 버전 1.1.9
최근 업데이트 2019-12-28
출시 날짜 2019-12-28
평점 4.20/5 총 265 개의 평점
개발자 Malte Wassermann
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.1.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Viewport Resizer"
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVzQxO9W9CLWCGa51P8wgoIgj6DF4eAKIvamQKJIZ604JhZRCaI7U92I00s9Ex+eS5wd+CYEsmsZi2W9Zt7JTBN1h7HD2lSmrW7GNEg7GbEOKUHi8eJ656yJA4BCYTjcXE45d++bsgVpFYp+SP7\/A3XcFqCBqzHkiNGiIshqBCPwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.9",
    "web_accessible_resources": [
        "css\/resizer.min.css",
        "css\/resizer-ui.woff",
        "css\/resizer-ui.ttf",
        "js\/jquery-2.1.0.min.js",
        "js\/resizer.min.js"
    ]
}