Responsive Buddy

Test mobile layouts of your web pages in 2 clicks.

Responsive Buddyคืออะไร?

Responsive Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladstudio และคุณลักษณะหลักของมันคือ "Test mobile layouts of your web pages in 2 clicks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Buddy

ดาวน์โหลดไฟล์ส่วนขยาย Responsive Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}