Be Responsive

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

Be Responsive là gì?

Be Responsive là một tiện ích mở rộng Chrome được phát triển bởi https://bluetickconsultants.com, và tính năng chính của nó là "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Be Responsive

Tải xuống các tệp mở rộng Be Responsive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
URL Chính Thức https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
Mô tả Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
Kích Thước Tệp 1.53 MB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-01-13
Ngày Phát Hành 2023-01-12
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://bluetickconsultants.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}