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)
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)
@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
@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)
๐จ๐ฝ๐ฑ๐ฎ๐๐ฒ: 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)
High Resolution Screenshots