CTV Screen Recording

CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.

Τι είναι το CTV Screen Recording;

Το CTV Screen Recording είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://click-to-video.com, και η κύρια λειτουργία του είναι "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.".

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

screenshot

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

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

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

                                            

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

Όνομα CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
Επίσημο URL https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
Περιγραφή CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
Μέγεθος Αρχείου 57.47 KB
Αριθμός Εγκαταστάσεων 758
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-05-25
Ημερομηνία Δημοσίευσης 2016-05-25
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://click-to-video.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Recording",
    "short_name": "CTVRecord",
    "author": "Netstairs",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "CTV Screen Recording"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}