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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}