Be Responsive

Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.

Be Responsiveとは何ですか?

Be Responsiveはhttps://bluetickconsultants.comによって開発されたChromeの拡張機能で、その主な機能は「Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Be Responsive拡張機能のCRXファイルをダウンロード

Be Responsive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will render your website in both desktop and mobile view simultaneously. This allows users to view and test the responsiveness of web pages across devices without having to navigate to separate pages or resize the browser window.


Make your development Effective
By using Be Responsive                    

拡張機能の基本情報

名前 Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
公式URL https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
説明 Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
ファイルサイズ 1.53 MB
インストール数 174
現在のバージョン 1.0
最終更新日 2023-01-13
公開日 2023-01-12
評価 3.67/5 合計 3 レビュー
開発者 https://bluetickconsultants.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Be Responsive",
    "description": "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ]
        }
    ]
}