Video Screenshot

Take a screenshot of current visible video area.

Video Screenshotคืออะไร?

Video Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย XiNGRZ และคุณลักษณะหลักของมันคือ "Take a screenshot of current visible video area."

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

screenshot

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

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

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

                        Take a screenshot of the video content just visible in your viewport.                    

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

ชื่อ Video Screenshot Video Screenshot
ID gmehbdfomfohmlajndnopdkmcnlonjmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-screenshot/gmehbdfomfohmlajndnopdkmcnlonjmp
คำอธิบาย Take a screenshot of current visible video area.
ขนาดไฟล์ 6.19 KB
จำนวนการติดตั้ง 209
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-08-04
วันที่เผยแพร่ 2019-07-18
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา XiNGRZ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Screenshot",
    "version": "1.1",
    "description": "Take a screenshot of current visible video area.",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Take screenshot",
        "default_popup": "popup.html"
    }
}