jwillmer / web-scraper-chrome-extension

Web data extraction tool implemented as chrome extension
GNU Lesser General Public License v3.0
28 stars 5 forks source link

Start Url:current url #17

Open fanyigle opened 6 years ago

fanyigle commented 6 years ago

could u please add this function to set start url as the webpage webscaper is currently working in

jwillmer commented 6 years ago

Make sense. Thanks for the idea.

fanyigle commented 6 years ago

Thank you for your kindness.In order for code convenience,plz consider such a situation: mutliple tabs are open,some of them have same prefix like http://abc.com/xy/z..., could this extension set its staring url with regex format against currently open tabs?

jwillmer commented 6 years ago

Can u specify this a little bit more? I though your request is about auto add the current url as start url of the scraper map. Is that correct?

fanyigle commented 6 years ago

yeap.and another more amazing function is to extract multiple tabs simultaneously with similar address prefix.this is convenient and handy .....to avoid extract several tabs one by one with opening console panel to execute current page scraping repetitively.