微信编辑器排版

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

Cos'è 微信编辑器排版?

微信编辑器排版 è un'estensione di Chrome sviluppata da Muggle's Developer, e la sua funzione principale è "微信富文本编辑器的自动格式化快捷工具".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 微信编辑器排版

Scarica i file di estensione 微信编辑器排版 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

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

Informazioni di Base sull'Estensione

Nome 微信编辑器排版 微信编辑器排版
ID mfeeldpbdcdpcpliaoocdafdihhpblmg
URL Ufficiale 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
Descrizione 微信富文本编辑器的自动格式化快捷工具
Dimensione del File 180 KB
Conteggio Installazioni 383
Versione Corrente 1.4
Ultimo Aggiornamento 2020-04-21
Data di Pubblicazione 2020-04-21
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Muggle's Developer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chaping.cn
URL della Pagina di Aiuto https://chaping.cn
Lingue Supportate 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
    }
}