ui-check
这是一个可以检测页面极限状态的插件,包括文本溢出,图片缺失,文本缺失等情况
What is ui-check?
ui-check is a Chrome extension developed by 严文彬, and its main feature is "这是一个可以检测页面极限状态的插件,包括文本溢出,图片缺失,文本缺失等情况".
Extension Screenshots
Download ui-check Extension CRX File
Download ui-check extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
很多情况下,页面都是最完美的状态,对于文字过多或者为空,图片尺寸大小等可能并没有做相关的设定,可能导致在实际上线后出现各种边界问题(比如文本溢出、高度塌陷、图片过大等等) 该插件会生成三种极限情况,分别是“溢出”、“空白”、“随机”,然后也可以还原成“正常”状态,方便开发者或者测试人员比较各种边界情况。
Extension Basic Information
Name | ui-check |
ID | fademlbmekfbholnmcomnmdghjalkcii |
Official URL | https://chromewebstore.google.com/detail/ui-check/fademlbmekfbholnmcomnmdghjalkcii |
Description | 这是一个可以检测页面极限状态的插件,包括文本溢出,图片缺失,文本缺失等情况 |
File Size | 59.52 KB |
Installation Count | 65 |
Current Version | 1.1.1 |
Last Updated | 2020-07-10 |
Publish Date | 2020-07-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 严文彬 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/XboxYan/ui-check-chrome-plugin |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ui-check", "version": "1.1.1", "description": "\u8fd9\u662f\u4e00\u4e2a\u53ef\u4ee5\u68c0\u6d4b\u9875\u9762\u6781\u9650\u72b6\u6001\u7684\u63d2\u4ef6\uff0c\u5305\u62ec\u6587\u672c\u6ea2\u51fa\uff0c\u56fe\u7247\u7f3a\u5931\uff0c\u6587\u672c\u7f3a\u5931\u7b49\u60c5\u51b5", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "\u8fd9\u662f\u4e00\u4e2a\u53ef\u4ee5\u68c0\u6d4b\u9875\u9762\u8fb9\u754c\u72b6\u6001\u7684\u63d2\u4ef6", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "homepage_url": "https:\/\/github.com\/XboxYan\/ui-check-chrome-plugin", "devtools_page": "popup.html" } |