1. Failed to start native messaging host.
1)可能是 native message host 的權限有問題
解決方法: chmod 755 host.js
2)可能是 host.js 中的 node 命令解釋器有誤
解決方法: 修改host.js 中第一行的注釋, 如: #!/usr/bin/env node
2. Access to the specified native messaging host is forbidden
解決方法: Chrome/NativeMessagingHosts/xxx.json 里的allowed_origins 錯誤