top | item 1416918

Making Your First Google Chrome Extension

34 points| Tutorialzine | 16 years ago |tutorialzine.com | reply

9 comments

order
[+] mcantelon|16 years ago|reply
It's very helpful, when learning how Chrome Extensions work, to download existing extensions, find where on your OS they are stored, then check out their code.
[+] hassenben|16 years ago|reply
Except when they are Google extensions and the JS is obfuscated + compressed + encoded and therefore completely useless.
[+] ulf|16 years ago|reply
When you compare this with the much more complicated process in Firefox you cannot help but congratulate the Google guys for making this happen. Well done!
[+] csomar|16 years ago|reply
No comparison between both. Can I change the URL bar in Google Chrome and add an icon or something to it? No! Can I change the refresh button to something else, add new functionality to the start page? No!

Google Chrome Extensions are just simple HTML5 apps in a small screen, that you access them through clicking an icon. So they can't be complicated. In Firefox it's a different thing, you have access to the whole browser and you can change anything. You can even integrate "DLL (C code)".

[+] Tutorialzine|16 years ago|reply
Absolutely agree. Making extensions for chrome is pure pleasure compared to Firefox. I think Google has a good strategy here..