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 |
| 官方網址 | 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"
} | |