Be Responsive

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

O que é Be Responsive?

Be Responsive é uma extensão do Chrome desenvolvida por https://bluetickconsultants.com, e sua principal característica é "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Be Responsive

Baixe arquivos de extensão Be Responsive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
URL Oficial https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Descrição Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Tamanho do Arquivo 1.53 MB
Contagem de Instalações 174
Versão Atual 1.0
Última Atualização 2023-01-13
Data de Publicação 2023-01-12
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://bluetickconsultants.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}