How can I make my own Google Chrome extensions using C #?

I have some ideas, but C # is the language that I like best and I don’t know how I can make Google extensions in C # ...

+3
source share
3 answers

I would say: in no way, except when you want to install Silverlight in an extension

+5
source

You can not. Chrome extensions are written in HTML, JavaScript and CSS. See: What are extensions? .

+5
source

# javascript ( Chrome), - , html, css ..

. Script #.

+4

All Articles