Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Wat is Continuous ScreenGrab?
Continuous ScreenGrab is een Chrome-extensie ontwikkeld door The Tryaveling Salesmohn, en de belangrijkste functie is "ScreenGrab any webpage continuously at a set interval".
Extensie Screenshots
Download het CRX-bestand van de extensie Continuous ScreenGrab
Download Continuous ScreenGrab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
Officiële URL | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Beschrijving | ScreenGrab any webpage continuously at a set interval |
Bestandsgrootte | 12.4 KB |
Aantal Installaties | 425 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-09-20 |
Publicatiedatum | 2018-09-19 |
Ontwikkelaar | The Tryaveling Salesmohn |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |