Continuous ScreenGrab

ScreenGrab any webpage continuously at a set interval

Apa itu Continuous ScreenGrab?

Continuous ScreenGrab adalah ekstensi Chrome yang dikembangkan oleh The Tryaveling Salesmohn, dan fitur utamanya adalah "ScreenGrab any webpage continuously at a set interval".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Continuous ScreenGrab

Unduh file ekstensi Continuous ScreenGrab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Continuous ScreenGrab Continuous ScreenGrab
ID fnbmpdjckolggkgpgmmmbbdnkfffibel
URL Resmi https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel
Deskripsi ScreenGrab any webpage continuously at a set interval
Ukuran File 12.4 KB
Jumlah Instalasi 425
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-09-20
Tanggal Publikasi 2018-09-19
Pengembang The Tryaveling Salesmohn
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}