我有一个 Firebreath 插件,它对我有同样的作用,但由于它的支持正在 chrome 中被删除,我必须寻找一个替代方案。在查看了替代方案后,本机消息传递主机似乎是我的最佳选择。我创建了以下 com.mycompany.testapp.json
{
"name": "com.mycompany.testapp",
"description": "My test app",
"path": "/usr/bin/testapp",
"type": "stdio",
"allowed_origins": [
"chrome-extension://jhvgchjavcjhspehlmfjbhpllakficickbkk/"
]
}
并将其复制到目录:
/home/abc/.config/google-chrome/NativeMessagingHosts/com.mycompany.testapp.json
但是我的应用程序没有被调用。