Responsive Check!!

Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC…

Responsive Check!!란 무엇입니까?

Responsive Check!!은(는) https://capotast.co.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。
横幅はマウスで自由に変更可能です。                    

확장 프로그램 기본 정보

이름 Responsive Check!! Responsive Check!!
ID nblkfiamblkjblenkgajmjfampppmonh
공식 URL https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh
설명 Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC…
파일 크기 43.61 KB
설치 횟수 3,886
현재 버전 1.0.2
최근 업데이트 2022-06-08
출시 날짜 2017-04-25
평점 4.75/5 총 4 개의 평점
개발자 https://capotast.co.jp
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://capotast.co.jp/privacy-policy.html
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "default_locale": "ja",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/icon128.png"
    },
    "author": "TAKAMICHI MAKI",
    "background": {
        "service_worker": "js\/eventpage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-3.6.0.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "homepage_url": "https:\/\/capotast.co.jp\/"
}