front-dev

frontEnd assist tool 前端视觉还原辅助工具

What is front-dev?

front-dev is a Chrome extension developed by panda.xiong, and its main feature is "frontEnd assist tool 前端视觉还原辅助工具".

Extension Screenshots

screenshot

Download front-dev Extension CRX File

Download front-dev 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 front-dev front-dev
ID pagmlikibmgjedfjfliahpdpgimjjakh
Official URL https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh
Description frontEnd assist tool 前端视觉还原辅助工具
File Size 13.06 KB
Installation Count 24
Current Version 0.1.5
Last Updated 2023-08-08
Publish Date 2018-06-29
Developer panda.xiong
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}