Screen Resolution Simulator Tool
Check how your website look on different screen resolutions
Screen Resolution Simulator Toolคืออะไร?
Screen Resolution Simulator Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://small-seo-tools.zuumsoft.com และคุณลักษณะหลักของมันคือ "Check how your website look on different screen resolutions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen Resolution Simulator Tool
ดาวน์โหลดไฟล์ส่วนขยาย Screen Resolution Simulator Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool will let yo test your website how it looks and works on different screen sizes. While it's free to use, but it provides all the sizes. How it works? Put your website address, select appropriate screen size that you need to check and hit simulate button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cogoojhkdminnbnnbljfoelegcfgdgog |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/screen-resolution-simulat/cogoojhkdminnbnnbljfoelegcfgdgog |
คำอธิบาย | Check how your website look on different screen resolutions |
ขนาดไฟล์ | 49.71 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-21 |
วันที่เผยแพร่ | 2020-07-21 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://small-seo-tools.zuumsoft.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://small-seo-tools.zuumsoft.com/tool/screen-resolution-simulator-tool/ |
URL หน้านโยบายความเป็นส่วนตัว | https://small-seo-tools.zuumsoft.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Screen Resolution Simulator Tool", "default_locale": "en", "description": "Check how your website look on different screen resolutions", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |