WxOfficialAccountCodeFormat

微信公众号代码一键自动格式化

Hvad er WxOfficialAccountCodeFormat?

WxOfficialAccountCodeFormat er en Chrome-udvidelse udviklet af chinahuzerui, og dens hovedfunktion er "微信公众号代码一键自动格式化".

Udvidelsesskærmbilleder

screenshot
screenshot

Download WxOfficialAccountCodeFormat-udvidelses-CRX-fil

Download WxOfficialAccountCodeFormat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

 将在公众号编辑器生成自动格式化按钮,将公众号页面
标签一键自动格式化成官方代码格式,建议结合markdownhere进行使用。                    

Grundlæggende oplysninger om udvidelsen

Navn WxOfficialAccountCodeFormat WxOfficialAccountCodeFormat
ID gjlfpklkkjglgaapaahfkcmpecekjnlp
Officiel URL https://chromewebstore.google.com/detail/wxofficialaccountcodeform/gjlfpklkkjglgaapaahfkcmpecekjnlp
Beskrivelse 微信公众号代码一键自动格式化
Filstørrelse 124 KB
Antal Installationer 42
Nuværende Version 0.0.1
Senest Opdateret 2020-02-29
Udgivelsesdato 2020-02-29
Udvikler chinahuzerui
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WxOfficialAccountCodeFormat",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "\u5fae\u4fe1\u516c\u4f17\u53f7\u4ee3\u7801\u4e00\u952e\u81ea\u52a8\u683c\u5f0f\u5316",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mp.weixin.qq.com\/cgi-bin\/**\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}