Screen Capture to Video File
This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.
什麼是Screen Capture to Video File?
Screen Capture to Video File是由Smart Software開發的Chrome擴展程式,該擴展的主要功能是“This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive.”。
擴展截圖
下載Screen Capture to Video File擴展crx文件
下載Screen Capture to Video File擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This app is a fun, simple and easy to use screen capture recorder for your computer. This capture recorder is a free recorder that can capture content of screen, individual windows or tabs. You can save the recorded video file to your computer and Google Drive directly. Just click the record button and you can capture screen and record as a video file. This recorder only supports the latest browsers.
擴展基本資訊
名稱 | |
ID | icoloanbecehinobmflpeglknkplbfbm |
官方網址 | https://chrome.google.com/webstore/detail/screen-capture-to-video-f/icoloanbecehinobmflpeglknkplbfbm |
簡介 | This recorder is a free recorder that can capture content of screen, individual windows or tabs. Save the video to Google Drive. |
檔案大小 | 30.62 KB |
安裝次數 | 1,931 |
目前版本 | 1.0.1.2 |
更新時間 | 2020-10-16 |
上架時間 | 2020-10-16 |
評分 | 3.52/5 共 106 次評分 |
開發者 | Smart Software |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://imclient.herokuapp.com/screencapture/ |
隱私政策頁面URL | http://iblogbox.com/chrome/tos.php |
支援的語言 | en-US |
manifest.json | |
{ "background": { "page": "background.html" }, "default_locale": "en_US", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "18.0.0.0", "version": "1.0.1.2" } |