Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
¿Qué es Continuous ScreenGrab?
Continuous ScreenGrab es una extensión de Chrome desarrollada por The Tryaveling Salesmohn, y su función principal es "ScreenGrab any webpage continuously at a set interval".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Continuous ScreenGrab
Descarga archivos de extensión Continuous ScreenGrab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
URL Oficial | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Descripción | ScreenGrab any webpage continuously at a set interval |
Tamaño del Archivo | 12.4 KB |
Cantidad de Instalaciones | 425 |
Versión Actual | 1.1 |
Última Actualización | 2018-09-20 |
Fecha de Publicación | 2018-09-19 |
Desarrollador | The Tryaveling Salesmohn |
Tipo de Pago | free |
Idiomas Soportados | 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 } } |