Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Hvad er Continuous ScreenGrab?
Continuous ScreenGrab er en Chrome-udvidelse udviklet af The Tryaveling Salesmohn, og dens hovedfunktion er "ScreenGrab any webpage continuously at a set interval".
Udvidelsesskærmbilleder
Download Continuous ScreenGrab-udvidelses-CRX-fil
Download Continuous ScreenGrab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
Officiel URL | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Beskrivelse | ScreenGrab any webpage continuously at a set interval |
Filstørrelse | 12.4 KB |
Antal Installationer | 425 |
Nuværende Version | 1.1 |
Senest Opdateret | 2018-09-20 |
Udgivelsesdato | 2018-09-19 |
Udvikler | The Tryaveling Salesmohn |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |