Responsive Tester

Test responsive web designs or mobile pages and see if it is mobile friendly

Responsive Tester란 무엇입니까?

Responsive Tester은(는) https://test-responsive.freefinancetools.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test responsive web designs or mobile pages and see if it is mobile friendly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Test responsive web designs or mobile pages that detect specific user agents. Test multiple devices at the same time!

The Mobile/Responsive Tester extension allows Developers to test their web pages against common mobile, phablet and tablet devices by emulating the user agent and screen resolution. 

Excellent for testing responsive web designs. Easily switch between portrait and landscape mode and test multiple mobile device's at the same time!

To begin using the software, install our extension.
Navigate to the webpage you wish to test for different resolution sizes.
Click on our software extension icon, and then choose the resolution size.                    

확장 프로그램 기본 정보

이름 Responsive Tester Responsive Tester
ID ppbjpbekhmnekpphljbmeafemfiolbki
공식 URL https://chromewebstore.google.com/detail/responsive-tester/ppbjpbekhmnekpphljbmeafemfiolbki
설명 Test responsive web designs or mobile pages and see if it is mobile friendly
파일 크기 82.41 KB
설치 횟수 31,163
현재 버전 3.0.0
최근 업데이트 2023-11-15
출시 날짜 2020-07-14
평점 3.25/5 총 55 개의 평점
개발자 https://test-responsive.freefinancetools.net
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "action": {
        "default_icon": {
            "128": "assert\/icon_128.png",
            "16": "assert\/icon_16.png",
            "32": "assert\/icon_32.png",
            "48": "assert\/icon_48.png",
            "64": "assert\/icon_64.png"
        },
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_AppDesc__",
    "icons": {
        "128": "assert\/icon_128.png",
        "16": "assert\/icon_16.png",
        "32": "assert\/icon_32.png",
        "48": "assert\/icon_48.png",
        "64": "assert\/icon_64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "permissions": [
        "activeTab"
    ],
    "version": "3.0.0",
    "homepage_url": "https:\/\/test-responsive.dllplayer.com"
}