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
电子邮箱 [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"
            ]
        }
    ]
}