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!!はhttps://capotast.co.jpによって開発されたChromeの拡張機能で、その主な機能は「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!!拡張機能のCRXファイルをダウンロード
Responsive Check!!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ボタン1つで画面が2つに分割されます。レスポンシブサイトの場合、片方のウィンドウをスマホの幅にすることで、パソコン版とスマホ版のデザインを一度に確認することが出来ます。
横幅はマウスで自由に変更可能です。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | 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\/"
} | |