Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Can a chrome extension do this/how hard to learn?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
John Cashin  
View profile  
 More options Aug 17 2012, 10:09 pm
From: John Cashin <john.cas...@gmail.com>
Date: Fri, 17 Aug 2012 19:09:54 -0700 (PDT)
Local: Fri, Aug 17 2012 10:09 pm
Subject: Can a chrome extension do this/how hard to learn?

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
CGS  
View profile   Translate to Translated (View Original)
 More options Aug 19 2012, 3:48 pm
From: CGS <cgsmcml...@gmail.com>
Date: Sun, 19 Aug 2012 21:48:13 +0200
Local: Sun, Aug 19 2012 3:48 pm
Subject: Re: [crx] Can a chrome extension do this/how hard to learn?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cashin  
View profile  
 More options Aug 19 2012, 3:53 pm
From: John Cashin <john.cas...@gmail.com>
Date: Sun, 19 Aug 2012 12:53:24 -0700 (PDT)
Local: Sun, Aug 19 2012 3:53 pm
Subject: Re: [crx] Can a chrome extension do this/how hard to learn?

Thank you for the info.  Luckily I already know the basics of HTML/CSS and
even a *little* javascript so I suppose I'll continue on to where you
recommend going next.  Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »