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

java - OnDragListener Fires Several Times? -

spring - "Dispatcher has no subscribers" during startup -