Screen Recorder
Capture screen recordings and save them to video files.
什麼是Screen Recorder?
Screen Recorder是由robert.ryan.miller開發的Chrome擴展程式,該擴展的主要功能是“Capture screen recordings and save them to video files.”。
擴展截圖
下載Screen Recorder擴展crx文件
下載Screen Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily record your screen and save recordings locally as .webm files.
擴展基本資訊
名稱 | Screen Recorder |
ID | mpffdnlgeecobhimcaepepbcmlgioiph |
官方網址 | https://chromewebstore.google.com/detail/screen-recorder/mpffdnlgeecobhimcaepepbcmlgioiph |
簡介 | Capture screen recordings and save them to video files. |
檔案大小 | 16.96 KB |
安裝次數 | 324 |
目前版本 | 1.0.2 |
更新時間 | 2022-06-07 |
上架時間 | 2020-09-29 |
評分 | 2.00/5 共 1 次評分 |
開發者 | robert.ryan.miller |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.robotmiller.com/recorder/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Recorder", "version": "1.0.2", "description": "Capture screen recordings and save them to video files.", "permissions": [], "background": { "scripts": [ "draw-icon.js", "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "32": "circle-icon-32.png" } }, "icons": { "16": "circle-icon-16.png", "48": "circle-icon-48.png", "128": "circle-icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "manifest_version": 2 } |