I'm new to both JavaScript and FireFox cfx SDK. I'm trying to write an extension for FireFox to completely save the contents of a URL by recursively crawling inside it. The program can be divided into the following stages:
1- Saving contents of a given URL(including images, text, URLs and etc).
2- Crawling pages(a.Extracting URLs inside the page, b. Recursively traversing them).
I'd be thankful if someone gives me some hints(e.g keywords to study or links to read, which parts can be done with cfx SDK and which parts with JavaScript and etc) There's one more thing to say that requesting pages should be done with current session(like user has opened the URL in a tab)[the user may be logged in his account]
Anything might be helpful, thanks in advance :-)