Responsive Web Design Tester
Responsive Web Design Tester is a quick and easy way to test your responsive website.
Responsive Web Design Testerคืออะไร?
Responsive Web Design Tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.esolutions.se และคุณลักษณะหลักของมันคือ "Responsive Web Design Tester is a quick and easy way to test your responsive website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Web Design Tester
ดาวน์โหลดไฟล์ส่วนขยาย Responsive Web Design Tester ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Test your mobile site on different devices. This extension reflects both the size and the browser of the mobile device. Quickly preview your websites design at the dimensions they will be seen on popular devices. This extension also uses the correct User-Agent, but it does not render web pages in the same way as the mobile device. It is primarily for developers who want to test how a page responds to different devices. Supports both external and internal network (localhost). Add your own devices if you don´t find anything that suits your needs.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | enhcpefphhaiikpobimgcakinhabgiib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/responsive-web-design-tes/enhcpefphhaiikpobimgcakinhabgiib |
คำอธิบาย | Responsive Web Design Tester is a quick and easy way to test your responsive website. |
ขนาดไฟล์ | 106 KB |
จำนวนการติดตั้ง | 63,031 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2021-02-02 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 4.07/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | https://www.esolutions.se |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "background.html" }, "options_page": "options.html", "name": "Responsive Web Design Tester", "short_name": "RWD Tester", "description": "Responsive Web Design Tester is a quick and easy way to test your responsive website.", "version": "2.0", "offline_enabled": true, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html", "default_title": "Responsive Web Design Tester" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ] } |