Twitter Video Screenshot
Allows you to take screenshot of any Twitter video with one click.
什么是Twitter Video Screenshot?
Twitter Video Screenshot是由moonlight开发的Chrome扩展程序,该扩展的主要功能是“Allows you to take screenshot of any Twitter video with one click.”。
扩展截图
下载Twitter Video Screenshot扩展crx文件
下载Twitter Video Screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk
扩展基本信息
名称 | Twitter Video Screenshot |
ID | paiclmdbcfiejbkcfbkcenijejdnlejc |
官方URL | https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc |
简介 | Allows you to take screenshot of any Twitter video with one click. |
文件大小 | 10.84 KB |
安装次数 | 262 |
当前版本 | 1.0 |
更新时间 | 2018-09-24 |
上架时间 | 2018-09-24 |
开发者 | moonlight |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "page.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "icons": { "128": "icons8-capture-128.png", "16": "icons8-capture-16.png", "48": "icons8-capture-48.png" }, "permissions": [ "https:\/\/twitter.com\/*", "webNavigation" ], "name": "Twitter Video Screenshot", "version": "1.0", "description": "Allows you to take screenshot of any Twitter video with one click.", "manifest_version": 2 } |