网盘智能识别助手

智能识别选中文字中的🔗网盘链接和🔑提取码,识别成功打开网盘链接并自动填写提取码,省去手动复制提取码在输入的烦恼。支持识别 ✅百度网盘 ✅阿里云盘 ✅腾讯微云 ✅蓝奏云 ✅天翼云盘 ✅移动云盘 ✅迅雷云盘 ✅123云盘 ✅360云盘 ✅115网盘 ✅奶牛快传 ✅城通网盘 ✅夸克网盘 ✅FlowUs息流 ✅Chrome 扩展商店 ✅Edge 扩展商店 ✅Firefox 扩展商店 ✅Windows 应用商店。

< Feedback on 网盘智能识别助手

Review: Good - script works

§
Posted: 2022-08-26

请问如何关掉F1快捷弹出识别框?

§
Posted: 2022-12-05

方式1:取消快捷键
代码里将
this.addHotKey();
替换为
//this.addHotKey();

方式2:自定义快捷键
代码里将 f1
hotkeys('f1', (event, handler)
改为自己需要的键,如 f2
hotkeys('f2', (event, handler)

§
Posted: 2022-12-05

方式1:取消快捷键
代码里将
this.addHotKey();
替换为
//this.addHotKey();

方式2:自定义快捷键
代码里将 f1
hotkeys('f1', (event, handler)
改为自己需要的键,如 f2
hotkeys('f2', (event, handler)

谢谢大佬!

Post reply

Sign in to post a reply.