WxOfficialAccountCodeFormat

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

What is WxOfficialAccountCodeFormat?

WxOfficialAccountCodeFormat is a Chrome extension developed by chinahuzerui, and its main feature is "微信公众号代码一键自动格式化".

Extension Screenshots

screenshot
screenshot

Download WxOfficialAccountCodeFormat Extension CRX File

Download WxOfficialAccountCodeFormat 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

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

Extension Basic Information

Name WxOfficialAccountCodeFormat WxOfficialAccountCodeFormat
ID gjlfpklkkjglgaapaahfkcmpecekjnlp
Official URL https://chromewebstore.google.com/detail/wxofficialaccountcodeform/gjlfpklkkjglgaapaahfkcmpecekjnlp
Description 微信公众号代码一键自动格式化
File Size 124 KB
Installation Count 42
Current Version 0.0.1
Last Updated 2020-02-29
Publish Date 2020-02-29
Developer chinahuzerui
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}