H5辅助还原小助手
一款可以辅助你快速进行页面和UI稿进行对比还原的插件
What is H5辅助还原小助手?
H5辅助还原小助手 is a Chrome extension developed by z1286693585, and its main feature is "一款可以辅助你快速进行页面和UI稿进行对比还原的插件".
Extension Screenshots
Download H5辅助还原小助手 Extension CRX File
Download H5辅助还原小助手 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
一款可以帮助你快速进行页面和UI稿进行对比和url到二维码转换的插件 功能支持:1、支持导入UI图片,2、鼠标拖拽滑动条修改透明度进行对比,3、支持小键盘上下左右键按像素图层位置微调。4、支持使用组合键command+/键(windows环境下请使用window键+/)进行快速UI图层的显示隐藏。5、支持图层反相,增加对比度。6/支持url转换二维码。 有时候有一些小问题偶发,刷新页面重新注入UI稿就好了。
Extension Basic Information
Name | |
ID | lnemiahknaggkgpgmpnjcohimaeakcdm |
Official URL | https://chromewebstore.google.com/detail/h5%E8%BE%85%E5%8A%A9%E8%BF%98%E5%8E%9F%E5%B0%8F%E5%8A%A9%E6%89%8B/lnemiahknaggkgpgmpnjcohimaeakcdm |
Description | 一款可以辅助你快速进行页面和UI稿进行对比还原的插件 |
File Size | 315 KB |
Installation Count | 44 |
Current Version | 2.3 |
Last Updated | 2020-12-15 |
Publish Date | 2020-12-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | z1286693585 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "H5\u8f85\u52a9\u8fd8\u539f\u5c0f\u52a9\u624b", "version": "2.3", "description": "\u4e00\u6b3e\u53ef\u4ee5\u8f85\u52a9\u4f60\u5feb\u901f\u8fdb\u884c\u9875\u9762\u548cUI\u7a3f\u8fdb\u884c\u5bf9\u6bd4\u8fd8\u539f\u7684\u63d2\u4ef6", "author": "zhangshengran", "icons": { "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_title": "H5\u8f85\u52a9\u8fd8\u539f\u5c0f\u52a9\u624b", "default_icon": "icon.png", "default_popup": "dist\/index.html" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "background": { "page": "background.html" }, "web_accessible_resources": [], "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |