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…
Wat is Responsive Check!!?
Responsive Check!! is een Chrome-extensie ontwikkeld door https://capotast.co.jp, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Responsive Check!!
Download Responsive Check!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。
横幅はマウスで自由に変更可能です。 Basisinformatie over de Extensie
| Naam | |
| ID | nblkfiamblkjblenkgajmjfampppmonh |
| Officiële URL | https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh |
| Beschrijving | 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… |
| Bestandsgrootte | 43.61 KB |
| Aantal Installaties | 3,886 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-06-08 |
| Publicatiedatum | 2017-04-25 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://capotast.co.jp |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://capotast.co.jp/privacy-policy.html |
| Ondersteunde Talen | 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\/"
} | |