Hello All,
I have just downloaded Chrome and was trying to write an extension that would appear as a button on the toolbar and display all the bookmarks in the popup when clicked.
HTML and Javascript are pretty much alien to me so i was wondering if someone could give me some guidance in writing this extension.
I have got a button displaying on the tool bar and my pop.html is empty. I know i need to use chrome.bookmarks module functions in a seperate Javascript file to be called from popup.html or within the script block( <script></script> ) inside popup.html.
What i really don't know is how would i populate or write the results returned from my script in the html body of popup.html.
1) On click call the script or execute the script block (probably in header of popup.html?)
2) Populate or assign the results from the script into the body of popup.html.
I know for most of you this must be trivial but i really don't have any html/javascript background so my apologies in advance for this dumb post. Any help is appreciated including links that can walk me through html/javascript programming.
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote

