Responsive Check!!
Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC…
Responsive Check!!คืออะไร?
Responsive Check!! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://capotast.co.jp และคุณลักษณะหลักของมันคือ "Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Responsive Check!!
ดาวน์โหลดไฟล์ส่วนขยาย Responsive Check!! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。 横幅はマウスで自由に変更可能です。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Responsive Check!! |
ID | nblkfiamblkjblenkgajmjfampppmonh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh |
คำอธิบาย | Split the page being viewed into two. In the case of a responsive site, it will become possible to check the smart phone and the PC… |
ขนาดไฟล์ | 43.61 KB |
จำนวนการติดตั้ง | 3,886 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-06-08 |
วันที่เผยแพร่ | 2017-04-25 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://capotast.co.jp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://capotast.co.jp/privacy-policy.html |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.0.2", "default_locale": "ja", "description": "__MSG_appDesc__", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "default_title": "__MSG_appName__", "default_icon": "img\/icon128.png" }, "author": "TAKAMICHI MAKI", "background": { "service_worker": "js\/eventpage.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "lib\/jquery\/jquery-3.6.0.min.js", "js\/content.js" ] } ], "permissions": [ "storage" ], "homepage_url": "https:\/\/capotast.co.jp\/" } |