Window Resizer

Resize the browser window to emulate various screen resolutions.

Window Resizer란 무엇입니까?

Window Resizer은(는) https://coolx10.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Resize the browser window to emulate various screen resolutions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension re-sizes the browser's window in order to emulate various resolutions. It is particularly useful for web designers and developers by helping them test their layouts on different browser resolutions.
The resolutions list is completely customizable (add/delete/re-order).
You can set the window's width/height, window's position, preset icon (phone, tablet, laptop, desktop) and even the option to apply the new dimensions to the entire window or just to the viewport.
The extension also features customizable global key shortcuts, an option to export your settings and import them on another computer and more!

Please report all bugs (or suggestions) using the support link on the extension's details page.                    

확장 프로그램 기본 정보

이름 Window Resizer Window Resizer
ID kkelicaakdanhinjdeammmilcgefonfh
공식 URL https://chromewebstore.google.com/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh
설명 Resize the browser window to emulate various screen resolutions.
파일 크기 494 KB
설치 횟수 850,152
현재 버전 2.6.4
최근 업데이트 2020-12-15
출시 날짜 2020-03-28
평점 4.29/5 총 2270 개의 평점
개발자 https://coolx10.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://windowresizer.userecho.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "libs\/ExtAPI.bundle.js",
            "scripts\/background-process.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/icons\/browser-icon-16.png",
            "19": "assets\/icons\/browser-icon-19.png",
            "32": "assets\/icons\/browser-icon-32.png",
            "38": "assets\/icons\/browser-icon-38.png"
        },
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "19": "assets\/icons\/icon-19.png",
        "24": "assets\/icons\/icon-24.png",
        "32": "assets\/icons\/icon-32.png",
        "38": "assets\/icons\/icon-38.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png",
        "96": "assets\/icons\/icon-96.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "options_page": "views\/settings.html",
    "manifest_version": 2,
    "name": "Window Resizer",
    "description": "Resize the browser window to emulate various screen resolutions.",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "webNavigation",
        ""
    ],
    "version": "2.6.4.2101",
    "version_name": "2.6.4",
    "web_accessible_resources": [
        "assets\/tpl\/resize-tooltip.css",
        "assets\/tpl\/resize-tooltip.html",
        "assets\/fonts\/lato-regular.ttf",
        "assets\/fonts\/lato-bold.ttf"
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Show popup",
            "suggested_key": {
                "default": "Alt+Shift+W"
            }
        },
        "a-manual-tooltip-toggle": {
            "description": "Toggle tooltip",
            "suggested_key": {
                "default": "Alt+Shift+T"
            }
        },
        "b-rotate-viewport": {
            "description": "Rotate the viewport",
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "c-cycle-presets": {
            "description": "Cycle presets",
            "suggested_key": {
                "default": "Alt+Shift+Down"
            }
        },
        "d-cycle-presets-reverse": {
            "description": "Cycle presets in reverse order"
        },
        "presets-01": {
            "description": "Resize to preset  1"
        },
        "presets-02": {
            "description": "Resize to preset  2"
        },
        "presets-03": {
            "description": "Resize to preset  3"
        },
        "presets-04": {
            "description": "Resize to preset  4"
        },
        "presets-05": {
            "description": "Resize to preset  5"
        },
        "presets-06": {
            "description": "Resize to preset  6"
        },
        "presets-07": {
            "description": "Resize to preset  7"
        },
        "presets-08": {
            "description": "Resize to preset  8"
        },
        "presets-09": {
            "description": "Resize to preset  9"
        },
        "presets-10": {
            "description": "Resize to preset 10"
        }
    },
    "minimum_chrome_version": "46",
    "offline_enabled": true
}