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…
Was ist Responsive Check!!?
Responsive Check!! ist eine Chrome-Erweiterung, die von https://capotast.co.jp entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Responsive Check!!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Responsive Check!!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。
横幅はマウスで自由に変更可能です。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nblkfiamblkjblenkgajmjfampppmonh |
| Offizielle URL | https://chromewebstore.google.com/detail/responsive-check/nblkfiamblkjblenkgajmjfampppmonh |
| Beschreibung | 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… |
| Dateigröße | 43.61 KB |
| Installationsanzahl | 3,886 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2022-06-08 |
| Veröffentlichungsdatum | 2017-04-25 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | https://capotast.co.jp |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://capotast.co.jp/privacy-policy.html |
| Unterstützte Sprachen | 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\/"
} | |