Be Responsive

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

What is Be Responsive?

Be Responsive is a Chrome extension developed by https://bluetickconsultants.com, and its main feature is "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Extension Screenshots

screenshot
screenshot

Download Be Responsive Extension CRX File

Download Be Responsive extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
Official URL https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Description Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
File Size 1.53 MB
Installation Count 174
Current Version 1.0
Last Updated 2023-01-13
Publish Date 2023-01-12
Rating 3.67/5 Total 3 Ratings
Developer https://bluetickconsultants.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}