extension.js icon indicating copy to clipboard operation
extension.js copied to clipboard

Can extension.js add some common utility methods?

Open HereOrCode opened this issue 3 months ago • 1 comments

In development, we often deal with storage and message passing. Can extension.js provide some methods to make the development process more efficient?


Message passing  |  Chrome Extensions  |  Chrome for Developers https://developer.chrome.com/docs/extensions/develop/concepts/messaging

Reference: vocably/hermes: Typesafe browser extension messaging created with Typescript https://github.com/vocably/hermes


chrome.storage  |  API  |  Chrome for Developers https://developer.chrome.com/docs/extensions/reference/api/storage

Reference: https://webext-core.aklinker1.io/guide/storage/typescript.html

HereOrCode avatar May 12 '24 02:05 HereOrCode