Screen Recorder

Screen recording for active tab and app that download screen video in mp4

Τι είναι το Screen Recorder;

Το Screen Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Gold Soft, και η κύρια λειτουργία του είναι "Screen recording for active tab and app that download screen video in mp4".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Screen Recorder

Λήψη αρχείων επέκτασης Screen Recorder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Screen recording is a recent digital technology that allows users to capture video and audio from their computer screens. It has become increasingly popular due to its ability to capture videos or images from a variety of sources, including websites, applications, and games. Screen recording is used in a variety of applications, from creating instructional videos and tutorials to capturing a game’s progress or taking screenshots of a website to highlight a new feature.

Screen recording is a simple process. The user first needs to select the screen area they would like to capture. This can be done with mouse clicks or through a recording software program. Once the area is selected, the user can begin recording by pressing a button or using a keyboard shortcut. The recording will then capture the audio and video from the designated area, which the user can then save or share with others.

Screen recording can be used in a variety of settings. For example, in the classroom, teachers can record instructions for students to watch later. It can also be used to create instructional videos for employees, or to capture a video game’s progress for a review. Additionally, screen recording can be used to take screenshots of websites to show off new features.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Screen Recorder Screen Recorder
ID nhmaphcpolbbanpfhamgdpjlphbcnieh
Επίσημο URL https://chromewebstore.google.com/detail/screen-recorder/nhmaphcpolbbanpfhamgdpjlphbcnieh
Περιγραφή Screen recording for active tab and app that download screen video in mp4
Μέγεθος Αρχείου 623 KB
Αριθμός Εγκαταστάσεων 4,516
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-03-22
Ημερομηνία Δημοσίευσης 2023-03-22
Αξιολόγηση 4.67/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Gold Soft
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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.0",
    "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.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/ICON.png",
        "48": "img\/ICON.png",
        "128": "img\/ICON.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}