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…
¿Qué es Responsive Check!!?
Responsive Check!! es una extensión de Chrome desarrollada por https://capotast.co.jp, y su función principal es "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…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Responsive Check!!
Descarga archivos de extensión Responsive Check!! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。 横幅はマウスで自由に変更可能です。
Información Básica de la Extensión
Nombre | Responsive Check!! |
ID | nblkfiamblkjblenkgajmjfampppmonh |
URL Oficial | https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh |
Descripción | 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… |
Tamaño del Archivo | 43.61 KB |
Cantidad de Instalaciones | 3,886 |
Versión Actual | 1.0.2 |
Última Actualización | 2022-06-08 |
Fecha de Publicación | 2017-04-25 |
Calificación | 4.75/5 Total de 4 Calificaciones |
Desarrollador | https://capotast.co.jp |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://capotast.co.jp/privacy-policy.html |
Idiomas Soportados | 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\/" } |