Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
What is Continuous ScreenGrab?
Continuous ScreenGrab is a Chrome extension developed by The Tryaveling Salesmohn, and its main feature is "ScreenGrab any webpage continuously at a set interval".
Extension Screenshots
Download Continuous ScreenGrab Extension CRX File
Download Continuous ScreenGrab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ScreenGrab any webpage continuously at a set interval! (1) Input website URL (2) Input destination filename (3) Input time interval (seconds) Voila! ScreenGrabs will be saved based on your specified filename with the date and time that it was captured! Capture any webpage continuously with Continuous ScreenGrab!
Extension Basic Information
Name | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
Official URL | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Description | ScreenGrab any webpage continuously at a set interval |
File Size | 12.4 KB |
Installation Count | 425 |
Current Version | 1.1 |
Last Updated | 2018-09-20 |
Publish Date | 2018-09-19 |
Developer | The Tryaveling Salesmohn |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Continuous ScreenGrab", "description": "ScreenGrab any webpage continuously at a set interval", "version": "1.1", "manifest_version": 2, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/download_image16.png", "32": "\/images\/download_image32.png", "48": "\/images\/download_image48.png", "128": "\/images\/download_image128.png" } }, "icons": { "16": "\/images\/download_image16.png", "32": "\/images\/download_image32.png", "48": "\/images\/download_image48.png", "128": "\/images\/download_image128.png" }, "permissions": [ "downloads", "storage", "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |