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…

What is Responsive Check!!?

Responsive Check!! is a Chrome extension developed by https://capotast.co.jp, and its main feature is "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…".

Extension Screenshots

screenshot
screenshot

Download Responsive Check!! Extension CRX File

Download Responsive Check!! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Responsive Check!! Responsive Check!!
ID nblkfiamblkjblenkgajmjfampppmonh
Official URL https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh
Description 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…
File Size 43.61 KB
Installation Count 3,886
Current Version 1.0.2
Last Updated 2022-06-08
Publish Date 2017-04-25
Rating 4.75/5 Total 4 Ratings
Developer https://capotast.co.jp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://capotast.co.jp/privacy-policy.html
Supported Languages 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\/"
}