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…

Co je Responsive Check!!?

Responsive Check!! je rozšíření Chrome vyvinuté https://capotast.co.jp, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Responsive Check!!

Stáhněte si soubory rozšíření Responsive Check!! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Responsive Check!! Responsive Check!!
ID nblkfiamblkjblenkgajmjfampppmonh
Oficiální URL https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh
Popis 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…
Velikost souboru 43.61 KB
Počet instalací 3,886
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-06-08
Datum Vydání 2017-04-25
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář https://capotast.co.jp
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://capotast.co.jp/privacy-policy.html
Podporované Jazyky 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\/"
}