Responsive design tester
Test your websites responsivness
Responsive design testerとは何ですか?
Responsive design testerはMiqdad Ali Kによって開発されたChromeの拡張機能で、その主な機能は「Test your websites responsivness」です。
拡張機能のスクリーンショット
Responsive design tester拡張機能のCRXファイルをダウンロード
Responsive design tester拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**THERE ARE 2 ISSUES REPORTED. "Chrome CRASH" **
Responsive design tester is used to test responsive web site design. this plugin inspired from https://chrome.google.com/webstore/detail/mobileresponsive-web-desi/elmekokodcohlommfikpmojheggnbelo 拡張機能の基本情報
| 名前 | |
| ID | jamkpeiamhgbainmggocjenjkcibfflb |
| 公式URL | https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb |
| 説明 | Test your websites responsivness |
| ファイルサイズ | 68.95 KB |
| インストール数 | 6,575 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2016-02-23 |
| 公開日 | 2016-02-23 |
| 評価 | 3.50/5 合計 8 レビュー |
| 開発者 | Miqdad Ali K |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": "icon-64x64.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"content.css"
],
"js": [
"jquery.min.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Test your websites responsivness",
"icons": {
"128": "icon-128x128.png",
"256": "icon-256x256.png",
"64": "icon-64x64.png"
},
"manifest_version": 2,
"name": "Responsive design tester",
"short_name": "Responsive design tester",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*",
"tabs"
],
"version": "1.1"
} | |