WxOfficialAccountCodeFormat
微信公众号代码一键自动格式化
WxOfficialAccountCodeFormat란 무엇입니까?
WxOfficialAccountCodeFormat은(는) chinahuzerui에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "微信公众号代码一键自动格式化"입니다.
확장 프로그램 스크린샷
WxOfficialAccountCodeFormat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
将在公众号编辑器生成自动格式化按钮,将公众号页面标签一键自动格式化成官方代码格式,建议结合markdownhere进行使用。
확장 프로그램 기본 정보
이름 | WxOfficialAccountCodeFormat |
ID | gjlfpklkkjglgaapaahfkcmpecekjnlp |
공식 URL | https://chromewebstore.google.com/detail/wxofficialaccountcodeform/gjlfpklkkjglgaapaahfkcmpecekjnlp |
설명 | 微信公众号代码一键自动格式化 |
파일 크기 | 124 KB |
설치 횟수 | 42 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-02-29 |
출시 날짜 | 2020-02-29 |
개발자 | chinahuzerui |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } ] } |