Continuous ScreenGrab

ScreenGrab any webpage continuously at a set interval

Cos'è Continuous ScreenGrab?

Continuous ScreenGrab è un'estensione di Chrome sviluppata da The Tryaveling Salesmohn, e la sua funzione principale è "ScreenGrab any webpage continuously at a set interval".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Continuous ScreenGrab

Scarica i file di estensione Continuous ScreenGrab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Continuous ScreenGrab Continuous ScreenGrab
ID fnbmpdjckolggkgpgmmmbbdnkfffibel
URL Ufficiale https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel
Descrizione ScreenGrab any webpage continuously at a set interval
Dimensione del File 12.4 KB
Conteggio Installazioni 425
Versione Corrente 1.1
Ultimo Aggiornamento 2018-09-20
Data di Pubblicazione 2018-09-19
Sviluppatore The Tryaveling Salesmohn
Tipo di Pagamento free
Lingue Supportate 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
    }
}