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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Responsive Check!! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
}