format code

pull/375/head
jingjingxyk 2 years ago
parent a33a7066b5
commit a3bf86a495

@ -9,10 +9,8 @@
> 5. 这就安装好了,去掉 Developer Mode 勾选。
> 6. 打开[`https://github.com/shimohq/chinese-programmer-wrong-pronunciation.git`](https://github.com/shimohq/chinese-programmer-wrong-pronunciation.git)点击单词,即可听正确的单词读音
## 扩展开发参考
1. [content_scripts](https:////developer.chrome.com/docs/extensions/mv3/content_scripts/)
1. [Declare permissions](https:////developer.chrome.com/docs/extensions/mv3/declare_permissions/)
1. [ReplaceGoogleCDN](https://github.com/justjavac/ReplaceGoogleCDN.git)

@ -1,4 +1,4 @@
# 新增功能截图
![嵌入搜索引擎 有道搜索](./截图 2022-06-14-22-11.png)
![嵌入搜索引擎 谷歌搜索](./截图 2022-06-14-22-10.png)
![嵌入搜索引擎 谷歌搜索](./截图 2022-06-14-22-10.png)

@ -1,4 +1,4 @@
(async () => {
let app = await import(chrome.runtime.getURL("js/app/init.js"));
app.init();
})();
})();

Loading…
Cancel
Save