Asked by:
how to make google chrome extention using HTML5 and c#

Question
-
hey i am new in the HTML5 ...
i want to know that how can i develop google chrome extention using html5 and c#
- Moved by Franklin ChenMicrosoft employee Thursday, December 18, 2014 12:22 PM Offtopic
All replies
-
Not in wpf.
Unless by extension you mean progamme that runs in.
I'm not sure whether wpf in browser ( xbap ) works in chrome.
http://en.wikipedia.org/wiki/XAML_Browser_Applications
http://ahmadreza.com/2011/05/12/how-to-create-a-simple-browser-enabled-wpf-application/
Maybe this technique still works:
http://stackoverflow.com/questions/74986/xbap-application-can-these-work-in-google-chrome
.
You might like this google chrome extension project template:
https://visualstudiogallery.msdn.microsoft.com/c11cd639-2abb-4243-96d2-153c0adb494a
Hope that helps
Please don't forget to upvote posts which you like and mark those which answer your question.- Proposed as answer by Terrence-Jones Wednesday, December 10, 2014 9:57 AM
- Edited by Andy ONeill Wednesday, December 10, 2014 9:57 AM
-
so there any way to make it in using frontend HTML5 and backend c# ?
- Edited by Ankur tripathi Wednesday, December 10, 2014 10:07 AM
-
You can write web pages in html5 and put that HTML5 together in c#.
I wouldn't call them extensions though.
Hope that helps
Please don't forget to upvote posts which you like and mark those which answer your question
- Edited by Andy ONeill Wednesday, December 10, 2014 10:41 AM