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 |
官方網址 | 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 } |