Make Screenshot for Chrome™

This extension provides you a simple way to take a full page screenshot of your current browser window.

Τι είναι το Make Screenshot for Chrome™;

Το Make Screenshot for Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Free Software, και η κύρια λειτουργία του είναι "This extension provides you a simple way to take a full page screenshot of your current browser window.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Make Screenshot for Chrome™

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

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

                        This extension provides you a simple way to take a full page screenshot of your current browser window.
Click on the extension icon watch the extension take a screenshot of each part of the page, piece screenshots together into one image and allow you to edit the image and download it as a file to your desktop.

In order to screenshot the entire page it must scroll to each visible part, so please be patient as it quickly assembles all the pieces.

Full features editor for your Screenshots:

- Crop
- Flip
- Rotate Screenshot
- Add Text

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Make Screenshot for Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

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

Όνομα Make Screenshot for Chrome™ Make Screenshot for Chrome™
ID mhnppmochppgeilojkicdoghhgfnaaig
Επίσημο URL https://chromewebstore.google.com/detail/make-screenshot-for-chrom/mhnppmochppgeilojkicdoghhgfnaaig
Περιγραφή This extension provides you a simple way to take a full page screenshot of your current browser window.
Μέγεθος Αρχείου 497 KB
Αριθμός Εγκαταστάσεων 1,306
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-05-05
Ημερομηνία Δημοσίευσης 2020-05-05
Αξιολόγηση 4.57/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Free Software
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freebusinessapps.net/privacy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,vi,tr,ca,da,es,it,hu,pl,ro,sl,sv,cs,el,bg,ru,iw,hi,bn,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.1",
    "commands": {
        "visible_screenshot": {
            "description": "visible screenshot"
        },
        "entire_page_screenshot": {
            "description": "Entire Page Screenshot"
        }
    },
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icons8-photo-gallery-16.png",
        "32": "images\/icons8-photo-gallery-32.png",
        "48": "images\/icons8-photo-gallery-48.png",
        "64": "images\/icons8-photo-gallery-64.png",
        "128": "images\/icons8-photo-gallery-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icons8-photo-gallery-16.png",
            "32": "images\/icons8-photo-gallery-32.png",
            "48": "images\/icons8-photo-gallery-48.png",
            "64": "images\/icons8-photo-gallery-64.png",
            "128": "images\/icons8-photo-gallery-128.png"
        },
        "default_title": "Screenshot Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/images\/*.png",
        "\/css\/pagestyles.css",
        "\/css\/dialog.css",
        "\/libs\/gapi.js",
        "\/libs\/jquery.js",
        "\/js\/dialog.js"
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "https:\/\/update-api.cinemamode.co\/"
    ],
    "optional_permissions": [
        "desktopCapture"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}