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