Real Screen Recorder
Real Screen Recorder records the screen and webcam with audio.
什麼是Real Screen Recorder?
Real Screen Recorder是由https://www.realscreenrec.com開發的Chrome擴展程式,該擴展的主要功能是“Real Screen Recorder records the screen and webcam with audio.”。
擴展截圖
下載Real Screen Recorder擴展crx文件
下載Real Screen Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording. Features: >>Screen & Webcam recording >>Record screen with audio >>No watermark Here are steps to use Screen Recorder Chrome Extension: >> Install real screen recorder extension for Google chrome from the store >> Open the extension and choose from the 3 options >> Select the screen or tab that you want to record and click on start button >> Stop the recording and download the the screen recording to your computer UPDATES: Version 1.0.7 >> User can now record and generate a sharable link. >> Improved UI
擴展基本資訊
名稱 | Real Screen Recorder |
ID | bclhideolocjbnchomdggkibcokgihbh |
官方網址 | https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh |
簡介 | Real Screen Recorder records the screen and webcam with audio. |
檔案大小 | 5.29 MB |
安裝次數 | 30,846 |
目前版本 | 1.0.8 |
更新時間 | 2023-09-13 |
上架時間 | 2023-01-15 |
評分 | 4.61/5 共 18 次評分 |
開發者 | https://www.realscreenrec.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.realscreenrec.com/ |
隱私政策頁面URL | https://www.realscreenrec.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Screen Recorder", "description": "Real Screen Recorder records the screen and webcam with audio.", "version": "1.0.8", "manifest_version": 3, "permissions": [ "activeTab", "gcm", "notifications", "unlimitedStorage", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Real Screen Recorder" }, "icons": { "16": ".\/image\/icon-16.png", "24": ".\/image\/icon-24.png", "32": ".\/image\/icon-32.png", "48": ".\/image\/icon-48.png", "64": ".\/image\/icon-64.png", "96": ".\/image\/icon-96.png", "128": ".\/image\/icon-128.png" }, "background": { "service_worker": "background.js" } } |