Making Your First Google Chrome Extension
tutorialzine.com
Making Your First Google Chrome Extension
1–10 of 10 posts
Re: Making Your First Google Chrome Extension
#2Re: Making Your First Google Chrome Extension
#3Re: Making Your First Google Chrome Extension
#4When 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!
Re: Making Your First Google Chrome Extension
#5When 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!
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)".
Re: Making Your First Google Chrome Extension
#6It'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.
Re: Making Your First Google Chrome Extension
#7When 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!
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 br…
Re: Making Your First Google Chrome Extension
#8When 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!
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 br…
I should know, I currently run both Adblock and Flashblock.
Re: Making Your First Google Chrome Extension
#9Earlier quoted context omitted.
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 br…
Maybe not, but on the other hand you can do more than your comment hint at. I should know, I currently run both Adblock and Flashblock.
Re: Making Your First Google Chrome Extension
#10Earlier quoted context omitted.
Maybe not, but on the other hand you can do more than your comment hint at. I should know, I currently run both Adblock and Flashblock.
That's because Extensions can be GreaseMonkey Scripts, so they can change a page (or a specific page) HTML.