Continuous ScreenGrab
ScreenGrab any webpage continuously at a set interval
O que é Continuous ScreenGrab?
Continuous ScreenGrab é uma extensão do Chrome desenvolvida por The Tryaveling Salesmohn, e sua principal característica é "ScreenGrab any webpage continuously at a set interval".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Continuous ScreenGrab
Baixe arquivos de extensão Continuous ScreenGrab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Continuous ScreenGrab |
ID | fnbmpdjckolggkgpgmmmbbdnkfffibel |
URL Oficial | https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel |
Descrição | ScreenGrab any webpage continuously at a set interval |
Tamanho do Arquivo | 12.4 KB |
Contagem de Instalações | 425 |
Versão Atual | 1.1 |
Última Atualização | 2018-09-20 |
Data de Publicação | 2018-09-19 |
Desenvolvedor | The Tryaveling Salesmohn |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |