Be Responsive

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

Hvad er Be Responsive?

Be Responsive er en Chrome-udvidelse udviklet af https://bluetickconsultants.com, og dens hovedfunktion er "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Be Responsive-udvidelses-CRX-fil

Download Be Responsive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
Officiel URL https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Beskrivelse Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Filstørrelse 1.53 MB
Antal Installationer 174
Nuværende Version 1.0
Senest Opdateret 2023-01-13
Udgivelsesdato 2023-01-12
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://bluetickconsultants.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}