WxOfficialAccountCodeFormat

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

Apa itu WxOfficialAccountCodeFormat?

WxOfficialAccountCodeFormat adalah ekstensi Chrome yang dikembangkan oleh chinahuzerui, dan fitur utamanya adalah "微信公众号代码一键自动格式化".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WxOfficialAccountCodeFormat

Unduh file ekstensi WxOfficialAccountCodeFormat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama WxOfficialAccountCodeFormat WxOfficialAccountCodeFormat
ID gjlfpklkkjglgaapaahfkcmpecekjnlp
URL Resmi https://chromewebstore.google.com/detail/wxofficialaccountcodeform/gjlfpklkkjglgaapaahfkcmpecekjnlp
Deskripsi 微信公众号代码一键自动格式化
Ukuran File 124 KB
Jumlah Instalasi 42
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-02-29
Tanggal Publikasi 2020-02-29
Pengembang chinahuzerui
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}