This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
chinese-programmer-wrong-pronunciation
mirror of
https://github.com/shimohq/chinese-programmer-wrong-pronunciation
Watch
2
Star
1
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0299ecff1a
master
yuanchen8911-patch-4
yuanchen8911-patch-3
yuanchen8911-patch-2
yuanchen8911-patch-1
work
chore/remove-ads
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0299ecff1a'
${ noResults }
chinese-programmer-wrong-pr...
/
tools
/
chromium_extension
/
js
/
content-script.js
5 lines
102 B
Raw
Normal View
History
Unescape
Escape
新增搜索引擎读音检索功能
2 years ago
(
async
(
)
=>
{
页面嵌入搜索引擎,实时检索发音
2 years ago
let
app
=
await
import
(
chrome
.
runtime
.
getURL
(
"js/app/init.js"
)
)
;
app
.
init
(
)
;
format code
2 years ago
}
)
(
)
;