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
- find last google search url in history
- add contentscript google search page record search keyword.
- use webrequest listen search request, record keyword.
- visit https://history.google.com/history don't know if there api this.
Comments
Post a Comment