Responsive Buddy

Test mobile layouts of your web pages in 2 clicks.

Responsive Buddy란 무엇입니까?

Responsive Buddy은(는) Vladstudio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test mobile layouts of your web pages in 2 clicks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        As a web developer, I need to constantly check my designs on large and small screens. I tried many Chrome extensions that test responsive designs, but most of them were too bloated or inconvenient. So I created my own. I've been using it daily, so I thought – why not publish it, maybe it will be useful for you too!

~*~ 3 PHONES, 3 TABLES ~*~

Most extensions require that I configure my own list of favorite devices. Responsive Buddy offers 3 phone and 3 tablet sizes, from small to large. 

~*~ ZOOM OUT (100 to 70%) ~*~

Useful if you want to compensate the difference between your monitod DPI (pixel density) and the DPI of a target mobile device.

~*~ PORTRAIT / LANDSCAPE ~*~

Switch between portrait and landscape orientation with a click of a button.

~*~ IFRAME MODE OFF BUTTON ~*~

By default, Responsive Buddy creates a window with an iframe, then transforms it to the selected zoom setting. It works well, unless your website refuses to be opened in an iframe. If that's the case, you can turn "iframe mode" off.

~*~ DARK MODE SUPPORT ~*~

Your eyes will thank you!                    

확장 프로그램 기본 정보

이름 Responsive Buddy Responsive Buddy
ID pkpodanfippddohhfchdmebebbepjkkf
공식 URL https://chromewebstore.google.com/detail/responsive-buddy/pkpodanfippddohhfchdmebebbepjkkf
설명 Test mobile layouts of your web pages in 2 clicks.
파일 크기 32.9 KB
설치 횟수 56
현재 버전 1.0.1
최근 업데이트 2023-01-30
출시 날짜 2023-01-29
개발자 Vladstudio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://responsive-buddy.vlad.studio/
도움말 페이지 URL https://responsive-buddy.vlad.studio/privacy
개인정보 보호 정책 페이지 URL https://responsive-buddy.vlad.studio/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responsive Buddy",
    "description": "Test mobile layouts of your web pages in 2 clicks.",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Responsive Buddy",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "48": "\/icons\/48.png",
            "128": "\/icons\/128.png",
            "256": "\/icons\/256.png",
            "1024": "\/icons\/1024.png"
        }
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png",
        "256": "\/icons\/256.png",
        "1024": "\/icons\/1024.png"
    }
}