Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Responsive Debugとは何ですか?
Responsive DebugはKevin Campionによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension for testing responsive web page, just by a click.」です。
拡張機能のスクリーンショット
Responsive Debug拡張機能のCRXファイルをダウンロード
Responsive Debug拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you view the responsiveness of your web app in multiple device viewports.
For testing, open your site in a new tab and click on the Responsive Debug icon. 拡張機能の基本情報
| 名前 | |
| ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
| 公式URL | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
| 説明 | A chrome extension for testing responsive web page, just by a click. |
| ファイルサイズ | 39.21 KB |
| インストール数 | 536 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2017-05-31 |
| 公開日 | 2017-05-31 |
| 評価 | 4.00/5 合計 2 レビュー |
| 開発者 | Kevin Campion |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"persistent": false,
"scripts": [
"scripts\/popup.js"
]
},
"permissions": [
"activeTab"
],
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Responsive Debug"
}
} | |