add 手动安装扩展 方法

pull/367/head
jingjingxyk 2 years ago
parent c73538a01b
commit 8f680c989c

@ -1,7 +1,7 @@
# 本项目 `README.md` 页面无跳转即可收听正确读音 的 chromium 扩展 # 本项目 `README.md` 页面无跳转即可收听正确读音 的 chromium 扩展
## ### 手动安装扩展 ### 手动安装扩展
> 1. 下载 [chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation/archive/refs/heads/master.zip) 然后解压,找到 `extension` 子目录 > 1. 下载 [chinese-programmer-wrong-pronunciation](https://github.com/shimohq/chinese-programmer-wrong-pronunciation/archive/refs/heads/master.zip) 然后解压,找到 `extension` 子目录
> 2. 打开 Chrome输入: `chrome://extensions/` > 2. 打开 Chrome输入: `chrome://extensions/`
> 3. 勾选 Developer Mode > 3. 勾选 Developer Mode

@ -1,5 +1,5 @@
{ {
"name": "chinese-programmer-wrong-pronunciation-tools-02", "name": "chinese-programmer-wrong-pronunciation-chromium-extension",
"version": "0.1.0", "version": "0.1.0",
"manifest_version": 3, "manifest_version": 3,
"description": "README.md 页面无跳转 即可听正确读音", "description": "README.md 页面无跳转 即可听正确读音",
@ -28,5 +28,7 @@
"path": "rules/remove_content_security_policy.json" "path": "rules/remove_content_security_policy.json"
} }
] ]
} },
"author": "https://github.com/jingjingxyk",
"homepage_url": "https://github.com/shimohq/chinese-programmer-wrong-pronunciation.git"
} }

Loading…
Cancel
Save