Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Responsive Debugคืออะไร?
Responsive Debug เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Campion และคุณลักษณะหลักของมันคือ "A chrome extension for testing responsive web page, just by a click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Debug
ดาวน์โหลดไฟล์ส่วนขยาย Responsive Debug ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension lets you view the responsiveness of your web app in multiple device viewports. For testing, open your site in a new tab and click on the Responsive Debug icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
คำอธิบาย | A chrome extension for testing responsive web page, just by a click. |
ขนาดไฟล์ | 39.21 KB |
จำนวนการติดตั้ง | 536 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2017-05-31 |
วันที่เผยแพร่ | 2017-05-31 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Kevin Campion |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "scripts\/popup.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Responsive Debug" } } |