Responsive Viewer
Show multiple screens once, Responsive design tester
Responsive Viewerคืออะไร?
Responsive Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://responsiveviewer.org และคุณลักษณะหลักของมันคือ "Show multiple screens once, Responsive design tester"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Responsive Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications.
icon by Dima Hamayunau (https://dribbble.com/abybe).
Clarification on privacy:
The extension does not track or collect any of your data, it's even not connected to any server to store data.
Source code:
https://github.com/skmail/responsive-viewer ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | inmopeiepgfljkpkidclfgbgbmfcennb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
| คำอธิบาย | Show multiple screens once, Responsive design tester |
| ขนาดไฟล์ | 368 KB |
| จำนวนการติดตั้ง | 273,255 |
| เวอร์ชันปัจจุบัน | 1.0.21 |
| อัปเดตครั้งล่าสุด | 2023-07-18 |
| วันที่เผยแพร่ | 2019-12-21 |
| คะแนน | 4.55/5 รวมทั้งหมด 237 คะแนน |
| ผู้พัฒนา | https://responsiveviewer.org |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://responsiveviewer.org/ |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Responsive Viewer",
"author": "Solaiman Kmail",
"version": "1.0.21",
"description": "Show multiple screens once, Responsive design tester",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png"
},
"background": {
"scripts": [
"static\/js\/background.js"
],
"persistent": true
},
"permissions": [
"storage",
"tabs",
"activeTab",
"webRequest",
"webNavigation",
"webRequestBlocking"
]
} | |