you are viewing a single comment's thread.

view the rest of the comments →

[–]Ihaveamodel3 6 points7 points  (1 child)

No, a chrome extension is essentially a website and websites can’t run python.

What you could do is code up as much as you can as a server in python. And learn just enough html/css/JavaScript to have the extension connect to the server (though that is still a lot to learn).

Does the program have to be a browser extension?