Responsive Web Design Tester

Responsive Web Design Tester is a quick and easy way to test your responsive website.

Responsive Web Design Tester란 무엇입니까?

Responsive Web Design Tester은(는) https://www.esolutions.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Responsive Web Design Tester is a quick and easy way to test your responsive website."입니다.

확장 프로그램 스크린샷

screenshot

Responsive Web Design Tester 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Test your mobile site on different devices.
This extension reflects both the size and the browser of the mobile device.

Quickly preview your websites design at the dimensions they will be seen on popular devices.

This extension also uses the correct User-Agent, but it does not render web pages in the same way as the mobile device. It is primarily for developers who want to test how a page responds to different devices.

Supports both external and internal network (localhost).

Add your own devices if you don´t find anything that suits your needs.                    

확장 프로그램 기본 정보

이름 Responsive Web Design Tester Responsive Web Design Tester
ID enhcpefphhaiikpobimgcakinhabgiib
공식 URL https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib
설명 Responsive Web Design Tester is a quick and easy way to test your responsive website.
파일 크기 106 KB
설치 횟수 63,031
현재 버전 2.0
최근 업데이트 2021-02-02
출시 날짜 2020-06-23
평점 4.07/5 총 15 개의 평점
개발자 https://www.esolutions.se
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "name": "Responsive Web Design Tester",
    "short_name": "RWD Tester",
    "description": "Responsive Web Design Tester is a quick and easy way to test your responsive website.",
    "version": "2.0",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Responsive Web Design Tester"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ]
}