automator实现右键百度云搜索

第一步,创建服务

automator实现右键百度云搜索_第1张图片
Paste_Image.png

第二步,复制代码进去

automator实现右键百度云搜索_第2张图片
Paste_Image.png
on run {input, parameters}
    
    set _defaultBrowser to do shell script "export VERSIONER_PERL_PREFER_32_BIT=yes; perl -MMac::InternetConfig -le 'print +(GetICHelper \"http\")[1]'"
    tell application _defaultBrowser
        activate
        open location "http://www.bdsola.com/search.php?kw=" & input as string
    end tell
    return input
end run

或者来这里下载
链接: https://pan.baidu.com/s/1bpb1c4n 密码: tv6q

百度翻译workflow
链接: https://pan.baidu.com/s/1jI0VlQY 密码: p6at

如若要修改
打开这个文件夹就可以了
~/Library/Services/

你可能感兴趣的:(automator实现右键百度云搜索)