Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Was ist Continuous ScreenGrab?
Continuous ScreenGrab ist eine Chrome-Erweiterung, die von The Tryaveling Salesmohn entwickelt wurde, und ihr Hauptmerkmal ist "ScreenGrab any webpage continuously at a set interval".
Erweiterungsscreenshots
Continuous ScreenGrab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Continuous ScreenGrab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
Offizielle URL | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Beschreibung | ScreenGrab any webpage continuously at a set interval |
Dateigröße | 12.4 KB |
Installationsanzahl | 425 |
Aktuelle Version | 1.1 |
Letztes Update | 2018-09-20 |
Veröffentlichungsdatum | 2018-09-19 |
Entwickler | The Tryaveling Salesmohn |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |