High Resolution Screenshots
p/high-resolution-screenshots
Takes high resolution full page screenshots, up to 4x DPI
Explosion Implosion
High Resolution Screenshots โ€” Takes high resolution full page screenshots, up to 4x DPI
Featured
7
โ€ข
Captures screenshots without scrolling, and with super high resolution. Most other screenshot extensions scroll all over, and take a large amount of time. This extension captures high resolution screenshots quickly and easily. (One button press)
Replies
Best
Explosion Implosion
So I know, there are probably thousands of screenshot extensions out there. Here's why you should use mine: - Really high resolution screen captures (up to 4x normal screen size) - Super fast capture, no scrolling needed. Just one click and you have the screenshot - Customize-able settings for formats, quality, etc - Devoted developer: I'll add more features soon (like screenshotting particular elements)
Chris Messina
Top Hunter
How does this work?
Explosion Implosion
@chrismessina It uses the chrome.debugger API which has a Page.capturescreenshot part of it. There's nothing special about that, but using the debugger API also allows to send device resize simulation requests to the page. Basically this extension fakes resizing the window to the full page size, then sets DPI and captures the screenshot
Explosion Implosion
@chrismessina It's on GitHub as well, here's the link to the code: https://github.com/Explosion-Scr... I think that it's fairly readable =)
Chris Messina
Top Hunter
Explosion Implosion
@chrismessina You're like the only one who commented but anyways, if you installed it and noticed that it ๐—ฑ๐—ถ๐—ฑ๐—ป'๐˜ ๐˜„๐—ผ๐—ฟ๐—ธ (lol) I fixed it now (pending review in CWS)
Explosion Implosion
๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐—ฒ: It wasn't working so I made it work (no defaults for options were being applied, meaning that new users encountered a "Cannot read property SCALE_FACTOR of undefined" error)