微信公众号全屏写作

让微信公众号编辑器支持全屏写作。

Cos'è 微信公众号全屏写作?

微信公众号全屏写作 è un'estensione di Chrome sviluppata da leadream4, e la sua funzione principale è "让微信公众号编辑器支持全屏写作。".

Screenshot dell'Estensione

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

                        当我们在微信公众号后台写作时,会发现编辑器的区域很小,很多地方都被底部的操作条和顶部的标题占据。这款插件能帮你完美解决这个问题,安装好这款插件后,你可以点击浏览器右上角插件图标来扩大编辑区域,再次点击可以还原。                    

Informazioni di Base sull'Estensione

Nome 微信公众号全屏写作 微信公众号全屏写作
ID dehagjgefepfeldnhgalganefodnbcfk
URL Ufficiale https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7%E5%85%A8%E5%B1%8F%E5%86%99%E4%BD%9C/dehagjgefepfeldnhgalganefodnbcfk
Descrizione 让微信公众号编辑器支持全屏写作。
Dimensione del File 9.22 KB
Conteggio Installazioni 110
Versione Corrente 1.5.0
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore leadream4
Tipo di Pagamento free
Sito Web dell'Estensione https://juuun.io
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5fae\u4fe1\u516c\u4f17\u53f7\u5168\u5c4f\u5199\u4f5c",
    "version": "1.5.0",
    "description": "\u8ba9\u5fae\u4fe1\u516c\u4f17\u53f7\u7f16\u8f91\u5668\u652f\u6301\u5168\u5c4f\u5199\u4f5c\u3002",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "\u5fae\u4fe1\u516c\u4f17\u53f7\u5168\u5c4f\u5199\u4f5c"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mp.weixin.qq.com\/*"
            ],
            "css": [
                "editor.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/mp.weixin.qq.com\/*"
    ]
}