Movavi ScreenShot Chrome Extension

Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.

Τι είναι το Movavi ScreenShot Chrome Extension;

Το Movavi ScreenShot Chrome Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.movavi.com, και η κύρια λειτουργία του είναι "Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Movavi ScreenShot Chrome Extension

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

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

                        Movavi ScreenShot is a screenshot Chrome extension that lets you grab full and partial screen captures on Chrome. It’s one of the best screenshot add-ons that you can find in the Google Web store.

To make a screengrab and save it at high quality is easier than you might think. Install the free screenshot tool for Chrome and start taking webpage screenshots today. It’s equally handy to take a screenshot of the entire page or capture a small part of the screen. 

The main features of the Movavi screenshot app:
- Suits to Google Chrome and Mozilla Firefox.
- Can print-screen Google Chrome at multiple sizes: Chrome full page screenshots, specific parts of the screen, or full-screen capture, including all open tabs.
- Requires no special permissions for installation.
- Can be used in incognito mode.
- Supports free downloading of screencaps.

To install the Chrome screenshot extension, hit the Add to Chrome button in the top right corner of this page. 

Check that the ScreenShot icon has appeared in the top right corner of your browser. Hit it and choose the size of the area you want to capture – the entire page, the full screen, or selected parts. Scrolling down the page from top to bottom causes Movavi ScreenShot to capture the page automatically. Wait for a few seconds until the capturing process is finished. Save the screenshot to your computer, choosing an appropriate folder. The image will be saved in JPG format by default. Now you can edit the screenshot whenever you wish or upload it to the cloud.  

If you need a screen clipper, you can check our desktop screen recording software. It allows you to take screenshots and edit them. You can also record screen, webcam, microphone and computer sounds. The program offers various saving formats so that you won’t need third-party software for conversion.                    

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

Όνομα Movavi ScreenShot Chrome Extension Movavi ScreenShot Chrome Extension
ID ajndhiajffnfkngbocimjhkkcngeheme
Επίσημο URL https://chromewebstore.google.com/detail/movavi-screenshot-chrome/ajndhiajffnfkngbocimjhkkcngeheme
Περιγραφή Take FULL webpage screenshots. Capture, edit and save them to PDF/JPEG/GIF/PNG, upload, print, send to OneNote, clipboard or email.
Μέγεθος Αρχείου 496 KB
Αριθμός Εγκαταστάσεων 45,365
Τρέχουσα Έκδοση 1.3.15
Τελευταία Ενημέρωση 2021-03-10
Ημερομηνία Δημοσίευσης 2019-04-26
Αξιολόγηση 3.57/5 Συνολικά 47 Αξιολογήσεις
Προγραμματιστής https://www.movavi.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.screencapture.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.movavi.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.movavi.com/privacy.html
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/Utils.js",
            "scripts\/Commands.js",
            "scripts\/Background.js",
            "scripts\/Plugin.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "Popup.html",
        "default_title": "Screen Recorder"
    },
    "commands": {
        "last-used-action": {
            "description": "__MSG_options_label_last_action_hotkey__",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "optional_permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "short_name": "Screen Recorder",
    "version": "1.3.15",
    "web_accessible_resources": [
        "images\/*.gif"
    ]
}