Be Responsive

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

¿Qué es Be Responsive?

Be Responsive es una extensión de Chrome desarrollada por https://bluetickconsultants.com, y su función principal es "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Be Responsive

Descarga archivos de extensión Be Responsive en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
URL Oficial https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Descripción Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Tamaño del Archivo 1.53 MB
Cantidad de Instalaciones 174
Versión Actual 1.0
Última Actualización 2023-01-13
Fecha de Publicación 2023-01-12
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://bluetickconsultants.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}