S
S
SharkyFLY2011-04-04 23:51:01
Google Chrome
SharkyFLY, 2011-04-04 23:51:01

Sending the extension of all urls opened in Google Chrome

Sending to a remote "gate" itself does not cause problems. The question is how to make the extension hanging in the background send all the URLs that the user visits while working with chrome ... So to speak, “listens”, and is not executed once at startup.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Pavel Rybin, 2011-04-05
@drfisher

In addition to the background, create a “content script” with a mask that allows it to work (embed and run) on any page. The only task of this script should be to pass data from the address bar to the background.
You can read about communication with the background script here .

I
impass, 2011-04-05
@impass

Are you writing a trojan? ;)

K
KaneUA, 2011-04-05
@KaneUA

Try to extract from history starting from a certain time. And then repeat the procedure after n time.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question