Ed2kChromePlugin
Ed2kChromePlugin copied to clipboard
a useful tool for coping mount of ed2k link on the page
Ed2kChromePlugin
it provides a easy way to find the ed2k_link in the pages, select and copy them.
4.0
update to vue3 + element-plus + typescript + vite
development
npm run dev 入口是 $PWD/index.html, 注意需要修改App.vue里的sendToContentScript方法,找有下载link的 document.body.innerHTML测试, 注入到 types.ts里的 TestString, 有注释方法
build extension
npm run build 入口是 $PWD/src/manifest, 里面vite会解析src/popup.html, build完后chrome开发环境直接导入 dist目录即可