Is it possible to get the last google search query made by the user through chrome extension? -


i trying build functionality based on user's google search query. not interested in particular link visited user after search, query used user. there way can retrieve it?

there suggestions

  1. find last google search url in history
  2. add contentscript google search page record search keyword.
  3. use webrequest listen search request, record keyword.
  4. visit https://history.google.com/history don't know if there api this.

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -