Viewport Resizer – Responsive Testing Tool
Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.
什麼是Viewport Resizer – Responsive Testing Tool?
Viewport Resizer – Responsive Testing Tool是由Malte Wassermann開發的Chrome擴展程式,該擴展的主要功能是“Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions.”。
擴展截圖
下載Viewport Resizer – Responsive Testing Tool擴展crx文件
下載Viewport Resizer – Responsive Testing Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Viewport Resizer is a tool to test any website’s responsiveness. Just install the extension, go to the page you want to test and check all kinds of screen resolutions of the page. The smartest way to share your defined environment of devices and breakpoints directly with your team and client. This tool should not replace a real device simulation. It rather helps you, your team and client testing statuses, transitions, text length etc. throughout different device types.
擴展基本資訊
名稱 | Viewport Resizer – Responsive Testing Tool |
ID | kapnjjcfcncngkadhpmijlkblpibdcgm |
官方網址 | https://chromewebstore.google.com/detail/viewport-resizer-%E2%80%93-respon/kapnjjcfcncngkadhpmijlkblpibdcgm |
簡介 | Responsive design testing tool to test any website’s responsiveness – it only takes 2 seconds! Emulate various screen resolutions. |
檔案大小 | 47.48 KB |
安裝次數 | 95,741 |
目前版本 | 1.1.9 |
更新時間 | 2019-12-28 |
上架時間 | 2019-12-28 |
評分 | 4.20/5 共 265 次評分 |
開發者 | Malte Wassermann |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-2.1.0.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon-19.png", "38": "img\/icon-38.png" }, "default_title": "Viewport Resizer" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVzQxO9W9CLWCGa51P8wgoIgj6DF4eAKIvamQKJIZ604JhZRCaI7U92I00s9Ex+eS5wd+CYEsmsZi2W9Zt7JTBN1h7HD2lSmrW7GNEg7GbEOKUHi8eJ656yJA4BCYTjcXE45d++bsgVpFYp+SP7\/A3XcFqCBqzHkiNGiIshqBCPwIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_shortName__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.9", "web_accessible_resources": [ "css\/resizer.min.css", "css\/resizer-ui.woff", "css\/resizer-ui.ttf", "js\/jquery-2.1.0.min.js", "js\/resizer.min.js" ] } |