front-dev

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

Wat is front-dev?

front-dev is een Chrome-extensie ontwikkeld door panda.xiong, en de belangrijkste functie is "frontEnd assist tool 前端视觉还原辅助工具".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie front-dev

Download front-dev-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        前端开发视觉还原辅助工具,附有取色,参考线量取宽高和位置等功能。                    

Basisinformatie over de Extensie

Naam front-dev front-dev
ID pagmlikibmgjedfjfliahpdpgimjjakh
Officiële URL https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh
Beschrijving frontEnd assist tool 前端视觉还原辅助工具
Bestandsgrootte 13.06 KB
Aantal Installaties 24
Huidige Versie 0.1.5
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2018-06-29
Ontwikkelaar panda.xiong
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}