WxOfficialAccountCodeFormat
微信公众号代码一键自动格式化
Wat is WxOfficialAccountCodeFormat?
WxOfficialAccountCodeFormat is een Chrome-extensie ontwikkeld door chinahuzerui, en de belangrijkste functie is "微信公众号代码一键自动格式化".
Extensie Screenshots
Download het CRX-bestand van de extensie WxOfficialAccountCodeFormat
Download WxOfficialAccountCodeFormat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
将在公众号编辑器生成自动格式化按钮,将公众号页面标签一键自动格式化成官方代码格式,建议结合markdownhere进行使用。
Basisinformatie over de Extensie
| Naam | |
| ID | gjlfpklkkjglgaapaahfkcmpecekjnlp |
| Officiële URL | https://chromewebstore.google.com/detail/wxofficialaccountcodeform/gjlfpklkkjglgaapaahfkcmpecekjnlp |
| Beschrijving | 微信公众号代码一键自动格式化 |
| Bestandsgrootte | 124 KB |
| Aantal Installaties | 42 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2020-02-29 |
| Publicatiedatum | 2020-02-29 |
| Ontwikkelaar | chinahuzerui |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |