This extension treats the selected text in the editor as a URL and saves a screenshot of that page as a .png file. The screenshot is saved in the same folder as the file where the text was selected.
If the URL does not respond within 2.5 seconds, the save process will be aborted.
npm install -g puppeteer
Please run the above command before using this extension.
Available at url-cature.
Fixed an issue where the version badge was not reflected.
Updated the version of puppeteer, which fixed the issue where a "white screen" would appear during capture.
Changed the logo.
Added a note that
npm install -g puppeteer
is required.
Initial release.