chrome-native-messaging
A package to communicate with a Chrome extension as the native application
$ area51 add chrome-native-messagingCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(chrome-native-messaging:some-function ...)