front-dev
frontEnd assist tool 前端视觉还原辅助工具
什么是front-dev?
front-dev是由panda.xiong开发的Chrome扩展程序,该扩展的主要功能是“frontEnd assist tool 前端视觉还原辅助工具”。
扩展截图
下载front-dev扩展crx文件
下载front-dev扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
前端开发视觉还原辅助工具,附有取色,参考线量取宽高和位置等功能。
扩展基本信息
名称 | front-dev |
ID | pagmlikibmgjedfjfliahpdpgimjjakh |
官方URL | https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh |
简介 | frontEnd assist tool 前端视觉还原辅助工具 |
文件大小 | 13.06 KB |
安装次数 | 24 |
当前版本 | 0.1.5 |
更新时间 | 2023-08-08 |
上架时间 | 2018-06-29 |
开发者 | panda.xiong |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "front-dev", "manifest_version": 2, "version": "0.1.5", "description": "frontEnd assist tool \u524d\u7aef\u89c6\u89c9\u8fd8\u539f\u8f85\u52a9\u5de5\u5177", "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_title": "front-assist" }, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon.png" } } |