Screen Recorder for Chrome™

Allows Screen Recording from your Webcam and Desktop

Screen Recorder for Chrome™とは何ですか?

Screen Recorder for Chrome™はPC Screen Recorderによって開発されたChromeの拡張機能で、その主な機能は「Allows Screen Recording from your Webcam and Desktop」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Screen Recorder for Chrome™拡張機能のCRXファイルをダウンロード

Screen Recorder for Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Install the free screen recorder and effortlessly capture high-quality screen recordings with clear audio on your laptops and desktop PCs. 

Free screen recorder is an easy-to-use screen recording tool that allows users to capture their screen, webcam, and microphone to create high-quality videos. 

Key Features of Free Screen Recorder  
>> Easy to use: It is user-friendly simple to use and completely free to use. With just one click, you can start recording your screen, webcam, or both. 
>> High resolution recording: This free screen recording extension enables you to record your screen in up to 1080p resolution, ensuring that your videos are of high quality. 
>> Multiple recording options: It offers a range of recording options, including recording your Screen, screen or webcam or both simultaneously. This allows you to choose the best recording option and ensures that you capture the content according to your requirements.  
>> Audio recording: Allows you to capture both system audio and microphone audio, which is essential for creating high-quality videos with clear sound.  

Steps To Use Free Screen Recording Tool:  
>>Install the Screen Recorder extension by clicking on the "Add to Chrome" button 
>> Click the extension icon and select the desired screen recording layout and audio/video settings 
>> Once recording is finished, download the video to the system                    

拡張機能の基本情報

名前 Screen Recorder for Chrome™ Screen Recorder for Chrome™
ID aloeieipaodpomkchfojicbelpcglnep
公式URL https://chromewebstore.google.com/detail/screen-recorder-for-chrom/aloeieipaodpomkchfojicbelpcglnep
説明 Allows Screen Recording from your Webcam and Desktop
ファイルサイズ 1.19 MB
インストール数 53,198
現在のバージョン 1.0.4
最終更新日 2023-10-05
公開日 2023-02-08
評価 3.94/5 合計 16 レビュー
開発者 PC Screen Recorder
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://drive.google.com/file/d/1RpbI2VtJAOYSdyVoHQi4Q99IYy12Qk6J/view?usp=sharing
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon 16.png",
        "32": "img\/icon 32.png",
        "64": "img\/icon 64.png",
        "128": "img\/icon 128.png",
        "2000": "img\/icon 2000.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}