I want to create a bridge which can communicate between my C# application and extension.
Here is the explanation of what I actually want:
I have created an extension which w
Most of google chrome extensions are written in HTML, CSS or Javascript. Then, bundling your extension directory into a .crx
Chrome Extension file is as simple as running a short Python script. But, C# could be translated into the Javascript, you can write your own business logic for your extensions. Look at Script#