Chrome Language
Helllooo
Does anyone know what language chrome extensions are written in
I thought it was java because of android but chrome seems to fast for java
Thanks :)
Thanks for the link,
ive now made my own app for the wibit forum (not published) and its awesome :)
Forum Rules/Features
Welcome to the WiBit.net forums! Check out our terms and features:
Hot Topic(s)
Annoy your friends
Is this something you think someone else would enjoy? Is it not for you, but do you know someone who is down with this type of content? Well share away:
Tweet
The Blog
Don't Let XML Make You a Cheater
This blog is a reminder that cheating in software development can get you into big trouble. Sometimes developers get really really lazy, OR are pressured to write something using overly simplified data structures. Almost every time this happens you are bitten in the butt! Sometimes the problems show up immediately and other times it may take months or years (especially in integrated systems).
- 1 of 78
- ››

















Chrome apps can be written in mostly any web language. For packaged apps, like our new Cheat Sheet app, the web languages or services used have to be executable by the browser, and it would be best if they could work offline. So you wouldn't want to use PHP or database connections.
Its a heavy focus on HTML5 and Javascript. You can use Java or Flash, but they're embedded objects on an HTML page.
This is true for most extetions as well. The extentions are privvy to certain information on a web page you're on, and they can execute code inside of a block. So your html and javascript executes in the block using the elements extracted from the page you're on or some other external source.
http://code.google.com/chrome/extensions/getstarted.html
I am the main site admin of WiBit.net. If you have questions or comments about the site you can email me at [email protected]