Responsinator
Responsinator is an tool to check responsiveness of any website.
什麼是Responsinator?
Responsinator是由Ghanshyam Katriya開發的Chrome擴展程式,該擴展的主要功能是“Responsinator is an tool to check responsiveness of any website.”。
擴展截圖
下載Responsinator擴展crx文件
下載Responsinator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Responsinator is an easy to use chrome extension tools to check responsiveness of any website.
How to use :
- Just click on Responsinator chrome extension toolbar icon.
- It will open an popup window contains responsinator tool.
- Enter your website URL for which you want to check responsiveness and press Enter.
Features :
- You can choose devices from available devices list.
- You can change view to landscape mode.
- You can test in your customised resolution.
- Also, you can test your locally hosted websites. 擴展基本資訊
| 名稱 | |
| ID | nfpglclbdnldbkeiicnnnodjbjclejem |
| 官方網址 | https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem |
| 簡介 | Responsinator is an tool to check responsiveness of any website. |
| 檔案大小 | 927 KB |
| 安裝次數 | 3,833 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2019-07-22 |
| 上架時間 | 2019-07-21 |
| 評分 | 3.00/5 共 2 次評分 |
| 開發者 | Ghanshyam Katriya |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Responsinator",
"manifest_version": 2,
"version": "0.1.0",
"author": "Ghanshyam Katriya ([email protected])",
"description": "Responsinator is an tool to check responsiveness of any website.",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"18": "ext_icons\/icon_18.png",
"24": "ext_icons\/icon_24.png",
"36": "ext_icons\/icon_36.png",
"48": "ext_icons\/icon_48.png"
}
},
"icons": {
"18": "ext_icons\/icon_18.png",
"24": "ext_icons\/icon_24.png",
"36": "ext_icons\/icon_36.png",
"48": "ext_icons\/icon_48.png"
},
"permissions": [
"background"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"web_accessible_resources": [
"*"
]
} | |