微信公众号代码高亮插入器
微信公众号代码高亮插入器,支持代码行号,多种主题选择。
What is 微信公众号代码高亮插入器?
微信公众号代码高亮插入器 is a Chrome extension developed by Hancel.Lin, and its main feature is "微信公众号代码高亮插入器,支持代码行号,多种主题选择。".
Extension Screenshots
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
完全融合微信公众平台文章编辑器的代码高亮插入器。功能比官方更加强大,除了插入高亮代码外,还支援自选主题和行内代码的插入。最近更新记录: - 2.0.1 [2020/10/08] 1. 修正插入的代碼前面縮進消失問題。
Extension Basic Information
Name | 微信公众号代码高亮插入器 |
ID | kbiedhbfjcadjlajanccenpiicgdbfaf |
Official URL | https://chromewebstore.google.com/detail/%E5%BE%AE%E4%BF%A1%E5%85%AC%E4%BC%97%E5%8F%B7%E4%BB%A3%E7%A0%81%E9%AB%98%E4%BA%AE%E6%8F%92%E5%85%A5%E5%99%A8/kbiedhbfjcadjlajanccenpiicgdbfaf |
Description | 微信公众号代码高亮插入器,支持代码行号,多种主题选择。 |
File Size | 129 KB |
Installation Count | 244 |
Current Version | 2.0.1 |
Last Updated | 2020-10-09 |
Publish Date | 2020-05-20 |
Developer | Hancel.Lin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/imlinhanchao/crx_wx_code_highlight |
Help Page URL | https://github.com/imlinhanchao/crx_wx_code_highlight |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u5fae\u4fe1\u516c\u4f17\u53f7\u4ee3\u7801\u9ad8\u4eae\u63d2\u5165\u5668", "manifest_version": 2, "version": "2.0.1", "description": "\u5fae\u4fe1\u516c\u4f17\u53f7\u4ee3\u7801\u9ad8\u4eae\u63d2\u5165\u5668\uff0c\u652f\u6301\u4ee3\u7801\u884c\u53f7\uff0c\u591a\u79cd\u4e3b\u9898\u9009\u62e9\u3002", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/mp.weixin.qq.com\/*" ], "css": [ "base.css" ], "js": [ "weixin.js", "highlight.min.js", "highlightjs-line-numbers.min.js", "jquery.min.js" ] } ] } |