Continuous ScreenGrab

ScreenGrab any webpage continuously at a set interval

Continuous ScreenGrabคืออะไร?

Continuous ScreenGrab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Tryaveling Salesmohn และคุณลักษณะหลักของมันคือ "ScreenGrab any webpage continuously at a set interval"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Continuous ScreenGrab

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}