Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
Co je Continuous ScreenGrab?
Continuous ScreenGrab je rozšíření Chrome vyvinuté The Tryaveling Salesmohn, a jeho hlavní funkcí je „ScreenGrab any webpage continuously at a set interval“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Continuous ScreenGrab
Stáhněte si soubory rozšíření Continuous ScreenGrab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
Oficiální URL | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Popis | ScreenGrab any webpage continuously at a set interval |
Velikost souboru | 12.4 KB |
Počet instalací | 425 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2018-09-20 |
Datum Vydání | 2018-09-19 |
Vývojář | The Tryaveling Salesmohn |
Typ Platby | free |
Podporované Jazyky | 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 } } |