mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-12 08:18:49 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef01ce998e | ||
|
|
158a032fcb |
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
.DS_Store
|
||||||
|
.cache
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
*.bak
|
||||||
|
*.tem
|
||||||
|
*.temp
|
||||||
|
#.swp
|
||||||
|
*.*~
|
||||||
|
~*.*
|
||||||
|
*.crx
|
||||||
@@ -19,8 +19,13 @@ chrome 小插件,优化在微信公众账号中发文章,因复制粘贴带
|
|||||||
- [ ] 添加字段高亮工具;
|
- [ ] 添加字段高亮工具;
|
||||||
- [ ] 添加删除线工具,如:<del>删除线</del>;
|
- [ ] 添加删除线工具,如:<del>删除线</del>;
|
||||||
|
|
||||||
|
# 直接安装
|
||||||
|
|
||||||
# 插件安装
|
1. 下载扩展程序[Wxmp.crx](https://github.com/jaywcjlove/wxmp/releases) 文件
|
||||||
|
2. 在chrome里面器地址输入`chrome://extensions/` 打开插件界面
|
||||||
|
3. 将`Wxmp.crx`文件拖入chrome浏览器的扩展程序列表中
|
||||||
|
|
||||||
|
# 开发模式插件安装
|
||||||
|
|
||||||
1. 下载文件压缩包解压
|
1. 下载文件压缩包解压
|
||||||
2. 在chrome里面器地址输入`chrome://extensions/` 打开插件界面
|
2. 在chrome里面器地址输入`chrome://extensions/` 打开插件界面
|
||||||
|
|||||||
Reference in New Issue
Block a user