Video Screenshot

Simple, no-frills tool to take screenshots of videos playing on websites.

Video Screenshotคืออะไร?

Video Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย astrbox-tools และคุณลักษณะหลักของมันคือ "Simple, no-frills tool to take screenshots of videos playing on websites."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Video Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple, no-frills tool to take screenshots of the currently playing video on websites. 

Clicking on the extension's button on websites with HTML5 video will cause a screenshot of the currently playing video to be downloaded. Media controls (e.g. play/pause button, volume slider) are not part of the resulting screenshot. The resolution of the screenshot is the same as the resolution of the video playing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Screenshot Video Screenshot
ID cenfemgbpgfagommeifcbjcpaeefnnao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-screenshot/cenfemgbpgfagommeifcbjcpaeefnnao
คำอธิบาย Simple, no-frills tool to take screenshots of videos playing on websites.
ขนาดไฟล์ 14.38 KB
จำนวนการติดตั้ง 214
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2020-11-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา astrbox-tools
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Screenshot",
    "version": "1.0",
    "author": "astrbox-tools",
    "description": "Simple, no-frills tool to take screenshots of videos playing on websites.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Video Screenshot",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        ""
    ]
}