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…

Qu'est-ce que Responsive Check!! ?

Responsive Check!! est une extension Chrome développée par https://capotast.co.jp, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Responsive Check!!

Téléchargez les fichiers d'extension Responsive Check!! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Responsive Check!! Responsive Check!!
ID nblkfiamblkjblenkgajmjfampppmonh
URL Officiel 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…
Taille du Fichier 43.61 KB
Nombre d'Installations 3,886
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-06-08
Date de Publication 2017-04-25
Évaluation 4.75/5 Total 4 Évaluations
Développeur https://capotast.co.jp
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://capotast.co.jp/privacy-policy.html
Langues Prises en Charge 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\/"
}