ZCSupport

下载地址:


功能介绍

一、预览:(Finder中选中任一文件,按下键盘空格键)
二、服务菜单:(文本编辑等软件中,选中文本,右键->服务)
三、右键菜单
四、状态栏功能:(桌面顶部状态栏)
五、AppleScript:
tell application "ZCSupport"
    set testString to "{\"a\":\"b\"}"
    set returnValue to read JSON from testString
    set what to a of returnValue
end tell