PageRecorder

PageRecorder allows you to capture video of tab content and your interaction with it

Τι είναι το PageRecorder;

Το PageRecorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον John Jablonski, και η κύρια λειτουργία του είναι "PageRecorder allows you to capture video of tab content and your interaction with it".

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

screenshot
screenshot

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

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

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

                        PageRecorder allows you to capture video of tab content and your interaction with it. It works without calls to any external services and uses only built in Chrome APIs. Generated video is in WebM format.                    

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

Όνομα PageRecorder PageRecorder
ID dakkiophamaidagbmajedjpmkplgpkcb
Επίσημο URL https://chrome.google.com/webstore/detail/pagerecorder/dakkiophamaidagbmajedjpmkplgpkcb
Περιγραφή PageRecorder allows you to capture video of tab content and your interaction with it
Μέγεθος Αρχείου 20.62 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2016-11-20
Ημερομηνία Δημοσίευσης 2016-11-20
Προγραμματιστής John Jablonski
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageRecorder",
    "version": "0.1.0",
    "description": "PageRecorder allows you to capture video of tab content and your interaction with it",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabCapture"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}