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…
Cos'è Responsive Check!!?
Responsive Check!! è un'estensione di Chrome sviluppata da https://capotast.co.jp, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responsive Check!!
Scarica i file di estensione Responsive Check!! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。 横幅はマウスで自由に変更可能です。
Informazioni di Base sull'Estensione
Nome | Responsive Check!! |
ID | nblkfiamblkjblenkgajmjfampppmonh |
URL Ufficiale | https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh |
Descrizione | 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… |
Dimensione del File | 43.61 KB |
Conteggio Installazioni | 3,886 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-06-08 |
Data di Pubblicazione | 2017-04-25 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | https://capotast.co.jp |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://capotast.co.jp/privacy-policy.html |
Lingue Supportate | 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\/" } |