本插件可以从 国家中小学智慧教育平台 下载PDF电子课本. 支持 Google Chrome 浏览器和 Microsoft Edge 浏览器.
安装插件。
- 从 Release 下载并解压代码,或克隆本仓库。如下载缓慢,也可从网盘下载: 蓝奏云网盘
- 点击链接打开插件管理页面(chrome://extensions 或 edge://extensions), 或者点击菜单>扩展程序>管理拓展程序
- 点击
开发模式
开关, 开启开发模式 - 点击左上角的
加载已解压的扩展程序
, 选择本仓库目录
使用插件。
- 访问国家中小学智慧教育平台,登录账号
- 选择教材, 进入浏览页面
- 等待页面出现
下载
按钮, 点击即可开始下载
To contribute to this project, follow these steps:
- Fork the repository
- Create a new branch:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-feature-branch
- Submit a pull request