Problem :
If I have an open tab with some page, can I find out where did I found link to that page?
I want answers like:
- You opened this tab from page XXX
- You pasted URL in address bar manually
Is there an extension for this?
Solution :
You could do it crudely using the referrer (if present).
Menu -> Tools -> Developer Tools
Network -> Scroll to the top item -> Select it
Request Headers -> Referrer:
the link you came from here
For Firefox there is an extension called FromWheretoWhere that shows the full history of where each link came from.
It’s explained in detail by Ghacks.