Online Screen Recorder
This extension provides you with a free, fast, and straightforward way to record your screen.
什麼是Online Screen Recorder?
Online Screen Recorder是由Andreas Zettl開發的Chrome擴展程式,該擴展的主要功能是“This extension provides you with a free, fast, and straightforward way to record your screen.”。
擴展截圖
下載Online Screen Recorder擴展crx文件
下載Online Screen Recorder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension provides you with a free, fast, and straightforward way to record your screen. No other software required, no data is collected, stored or shared by this extension! Before you start capturing your screen, you can decide on the chunk size. Additionally, to the full recording, you will get single videos with the chosen chunk size. Recording Once you click on "START CAPTURE" a dialog will open, which lets you choose what you want to record. The choices are the entire screen, an application window, or a browser tab. Download Once you are have finished, you can download the complete recording or any chunk as WebM or GIF file. The WebM version is instantly available. The GIF needs some rendering time, depending on the length of the record. If you have trouble playing the WebM file try the free multimedia player VLC. Many other websites like YouTube support direct upload of WebM files. Share To share your recording, you will need to download it as this extension is not storing any data.
擴展基本資訊
名稱 | |
ID | oefbkonfoliaiooajimghnfccgblmddc |
官方網址 | https://chrome.google.com/webstore/detail/online-screen-recorder/oefbkonfoliaiooajimghnfccgblmddc |
簡介 | This extension provides you with a free, fast, and straightforward way to record your screen. |
檔案大小 | 861 KB |
安裝次數 | 5,000 |
目前版本 | 1.0 |
更新時間 | 2021-02-05 |
上架時間 | 2020-07-03 |
評分 | 4.25/5 共 16 次評分 |
開發者 | Andreas Zettl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.screenrecorder.online/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Online Screen Recorder", "description": "This extension provides you with a free, fast, and straightforward way to record your screen.", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "assets\/img\/favicon-16x16.png", "32": "assets\/img\/favicon-32x32.png", "192": "assets\/img\/android-chrome-192x192.png", "512": "assets\/img\/android-chrome-512x512.png" }, "manifest_version": 2 } |