I have a python program which has to e开发者_如何转开发xecute when i click on the chrome extension.Can I use the Google app engine to do the same??
What kind of program is to be executed? You could very well send a request from Chrome extension to your appengine server, process and return the response.
精彩评论