On Sunday, August 19, 2012 3:48:13 PM UTC-4, CGS wrote:
> Hi,
> I would start with some basic knowledge of HTML, CSS and JavaScript (
> http://www.w3schools.com/). Once that is understood, I would start
> reading about Chrome/Chromium extensions (
> http://developer.chrome.com/extensions/getstarted.html). Finally, I would
> browse through some examples from
> http://developer.chrome.com/extensions/samples.html. That is all you need
> to know. Don't worry, it's not so hard, but it may take you a while to get
> a grip on the things.
> To do that project, you need just to know about content scripts and event
> serialization in JavaScript (of course, beside HTML and CSS for your popup
> to look nice ;) ).
> It is also recommended to have a look at DOM (from W3Schools - don't
> worry, it's JavaScript mainly there with specific instructions how to
> create/access/modify/destroy dynamically the elements from a HTML page).
> Further reading: AJAX and jQuery.
> That's all, I think. Good luck!
> CGS
> On Sat, Aug 18, 2012 at 4:09 AM, John Cashin <john....@gmail.com<javascript:>
> > wrote:
>> Hi,
>> I know nothing about chrome extensions but it seems like the place to
>> start for what I'm looking to do.
>> I would like to highlight the text on a webpage and have a search run on
>> a price tracking website that would populate a popup with pricing
>> information regarding the highlighted text. that's it! it sounds simple
>> to me but I have no idea what the implementation would look like and how
>> much work I'm looking at to create something like this. I have limited
>> programming experience (VB/c#) and don't know where to start with a project
>> like this.
>> Thanks!
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Chromium-extensions" group.
>> To view this discussion on the web visit
>> https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/...
>> .
>> To post to this group, send email to chromium-...@chromium.org<javascript:>
>> .
>> To unsubscribe from this group, send email to
>> chromium-extensions+unsubscr...@chromium.org <javascript:>.
>> For more options, visit this group at
>> http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.