front-dev

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

Cos'è front-dev?

front-dev è un'estensione di Chrome sviluppata da panda.xiong, e la sua funzione principale è "frontEnd assist tool 前端视觉还原辅助工具".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione front-dev

Scarica i file di estensione front-dev in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome front-dev front-dev
ID pagmlikibmgjedfjfliahpdpgimjjakh
URL Ufficiale https://chromewebstore.google.com/detail/front-dev/pagmlikibmgjedfjfliahpdpgimjjakh
Descrizione frontEnd assist tool 前端视觉还原辅助工具
Dimensione del File 13.06 KB
Conteggio Installazioni 24
Versione Corrente 0.1.5
Ultimo Aggiornamento 2023-08-08
Data di Pubblicazione 2018-06-29
Sviluppatore panda.xiong
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}