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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bluetickconsultants.com และคุณลักษณะหลักของมันคือ "Be Responsive helps you to build smooth and responsive websites by rendering your website in both desktop and mobile view."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Be Responsive
ดาวน์โหลดไฟล์ส่วนขยาย Be Responsive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |