Skip to content

Commit

Permalink
短期内提供FeHelper旧版本的过渡方案
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlie committed Jan 10, 2020
1 parent f06429f commit 5a69db0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Web前端助手(FeHelper)- Chrome&Firefox Extension
## 零、紧急公告
- [`为什么升级后的新版本只有JSON功能了??????????????????`](https://www.baidufe.com/fehelper/feedback.html)
- 要想用老版本的,可以暂时这样做:
- 直接下载 [FeHelper老版本的zip包](/output/fehelper.zip)
- 直接下载 [FeHelper老版本的zip包](/output/fehelper.zip) 并解压
- 浏览器地址栏进入 `chrome://extensions`
- 开启`开发者模式`
- 然后`加载已解压的扩展程序`
- 然后`加载已解压的扩展程序` ,找到之前的解压缩目录
- Done!

## 一、官网地址
Expand Down
6 changes: 3 additions & 3 deletions apps/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WEB前端助手(FeHelper)-Dev",
"version": "2019.12.1919-old",
"version": "2019.12.1919",
"manifest_version": 2,
"default_locale": "zh_CN",
"description": "Awesome,All In One的一个工具,包含多个独立小应用,比如:Json工具、代码美化、代码压缩、二维码、Postman、markdown、网页油猴、便签笔记、信息加密与解密、随机密码生成、Crontab等等!",
Expand Down Expand Up @@ -148,6 +148,6 @@
}
],
"content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval'; object-src 'self' ; media-src 'self' filesystem:",
"update_url": "https://www.baidufe.com/fehelper/updatecrx-to-do#https://clients2.google.com/service/update2/crx",
"update_url": "https://www.baidufe.com/fehelper/updatecrx-to-do",
"homepage_url": "https://www.baidufe.com/fehelper"
}
}
Binary file modified output/fehelper.zip
Binary file not shown.

0 comments on commit 5a69db0

Please sign in to comment.