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
官方URL 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
    }
}