YouTube Screenshot
Allows you to take screenshot of the video and save it instantly to your disk
什麼是YouTube Screenshot?
YouTube Screenshot是由Pranav Acharya開發的Chrome擴展程式,該擴展的主要功能是“Allows you to take screenshot of the video and save it instantly to your disk”。
擴展截圖
下載YouTube Screenshot擴展crx文件
下載YouTube Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click on the Capture button to capture the current frame of a youtube video as an image and save it instantly to disk.
擴展基本資訊
名稱 | YouTube Screenshot |
ID | admjdaoijfccdllogfnddnllkghmkpfb |
官方網址 | https://chromewebstore.google.com/detail/youtube-screenshot/admjdaoijfccdllogfnddnllkghmkpfb |
簡介 | Allows you to take screenshot of the video and save it instantly to your disk |
檔案大小 | 3.87 KB |
安裝次數 | 4,627 |
目前版本 | 1.4 |
更新時間 | 2017-01-08 |
上架時間 | 2017-01-07 |
評分 | 2.23/5 共 40 次評分 |
開發者 | Pranav Acharya |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Screenshot", "version": "1.4", "description": "Allows you to take screenshot of the video and save it instantly to your disk", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "page.js" ] } ], "manifest_version": 2 } |