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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ボタン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 |
عنوان صفحة سياسة الخصوصية | 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\/" } |