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"
} | |