微信编辑器排版

微信富文本编辑器的自动格式化快捷工具

What is 微信编辑器排版?

微信编辑器排版 is a Chrome extension developed by Muggle's Developer, and its main feature is "微信富文本编辑器的自动格式化快捷工具".

Extension Screenshots

screenshot
screenshot

Download 微信编辑器排版 Extension CRX File

Download 微信编辑器排版 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

                        用来自动化格式化微信富文本编辑器的文章, 一个微信公众号富文本编辑器快速格式化插件。
主要功能有:
1. 快速格式化文章内容,包括段落排版,
2. 文章敏感词检查
3. 文章内指定图片的样式快速修改(添加边距)
4. 指定的内容快速设置为引用样式
5. 提供所有操作的退回功能                    

Extension Basic Information

Name 微信编辑器排版 微信编辑器排版
ID mfeeldpbdcdpcpliaoocdafdihhpblmg
Official URL https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E7%BC%96%E8%BE%91%E5%99%A8%E6%8E%92%E7%89%88/mfeeldpbdcdpcpliaoocdafdihhpblmg
Description 微信富文本编辑器的自动格式化快捷工具
File Size 180 KB
Installation Count 383
Current Version 1.4
Last Updated 2020-04-21
Publish Date 2020-04-21
Rating 5.00/5 Total 7 Ratings
Developer Muggle's Developer
Email [email protected]
Payment Type free
Extension Website https://chaping.cn
Help Page URL https://chaping.cn
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5fae\u4fe1\u7f16\u8f91\u5668\u6392\u7248",
    "version": "1.4",
    "manifest_version": 2,
    "description": "\u5fae\u4fe1\u5bcc\u6587\u672c\u7f16\u8f91\u5668\u7684\u81ea\u52a8\u683c\u5f0f\u5316\u5feb\u6377\u5de5\u5177",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "\u5fae\u4fe1\u7f16\u8f91\u5668\u6392\u7248",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "content_scripts": [
        {
            "css": [
                "style\/content.css"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/mp.weixin.qq.com\/*",
                "https:\/\/mp.weixin.qq.com\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}