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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
} | |