Freeze the page after x seconds so one can inspect it in the developper tools. Useful for elements which don't stay around for long.
So sometime one needs to inspect elements which don't stay around long or require the user to keep focus on them. Such as drop down menus and autocompletes.
This extension allows you to pause the debugger with a timeout as well as a keyboard shortcut. Essentially replacing typing in the console things like setTimeout(function(){ debugger; }, 3000);
It assumes that the Developer Tools are open already otherwise it won't work. Shortcut is Ctrl+Shift+Down (PC) or Command+Shift+Down (Mac).
Source code is here:
https://github.com/turigeza/freezepage-chrome
Latest reviews
- (2023-10-31) Jessika Hutchinson: Helped a lot for tricky elements that disappear. 5/5
- (2022-07-20) 陈栋慧: Simple tool, great results. Wow...