Video Screen Grabber

Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.

Τι είναι το Video Screen Grabber;

Το Video Screen Grabber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shang Liang, και η κύρια λειτουργία του είναι "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

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

screenshot

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

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

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

                        Takes a screen grab of the video in the current page of what you are seeing now. For those people who needs to take screenshots of videos for their daily job (like my wife).  

Icon made by Freepik from www.flaticon.com                    

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

Όνομα Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
Επίσημο URL https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Περιγραφή Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Μέγεθος Αρχείου 36.25 KB
Αριθμός Εγκαταστάσεων 89
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-06-04
Ημερομηνία Δημοσίευσης 2020-06-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Shang Liang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Screen Grabber",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Screen grab\/capture the current frame of video elements of websites. Works for video conference calls, too.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}