Be Responsive

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

Apa itu Be Responsive?

Be Responsive adalah ekstensi Chrome yang dikembangkan oleh https://bluetickconsultants.com, dan fitur utamanya adalah "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Be Responsive

Unduh file ekstensi Be Responsive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
URL Resmi https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Deskripsi Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Ukuran File 1.53 MB
Jumlah Instalasi 174
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-01-13
Tanggal Publikasi 2023-01-12
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://bluetickconsultants.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}