Be Responsive

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

Be Responsive란 무엇입니까?

Be Responsive은(는) https://bluetickconsultants.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Be Responsive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Be Responsive Be Responsive
ID pfcbcoagfnebpkdibhobjehbphbkdafh
공식 URL https://chromewebstore.google.com/detail/be-responsive/pfcbcoagfnebpkdibhobjehbphbkdafh
설명 Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view.
파일 크기 1.53 MB
설치 횟수 174
현재 버전 1.0
최근 업데이트 2023-01-13
출시 날짜 2023-01-12
평점 3.67/5 총 3 개의 평점
개발자 https://bluetickconsultants.com
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}