Continuous ScreenGrab

ScreenGrab any webpage continuously at a set interval

什麼是Continuous ScreenGrab?

Continuous ScreenGrab是由The Tryaveling Salesmohn開發的Chrome擴展程式,該擴展的主要功能是“ScreenGrab any webpage continuously at a set interval”。

擴展截圖

screenshot

下載Continuous ScreenGrab擴展crx文件

下載Continuous ScreenGrab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Continuous ScreenGrab Continuous ScreenGrab
ID fnbmpdjckolggkgpgmmmbbdnkfffibel
官方網址 https://chromewebstore.google.com/detail/continuous-screengrab/fnbmpdjckolggkgpgmmmbbdnkfffibel
簡介 ScreenGrab any webpage continuously at a set interval
檔案大小 12.4 KB
安裝次數 425
目前版本 1.1
更新時間 2018-09-20
上架時間 2018-09-19
開發者 The Tryaveling Salesmohn
付費類型 free
支援的語言 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
    }
}