Make a Screenshot

It's a tool where you can take screenshot any webpage anytime from your browser.

Τι είναι το Make a Screenshot;

Το Make a Screenshot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brick Digital, και η κύρια λειτουργία του είναι "It's a tool where you can take screenshot any webpage anytime from your browser.".

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

screenshot
screenshot
screenshot

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

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

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

                        Make a Screenshot gives you an easy way so that you can take a screenshot of any size webpage anytime from your browser and gives you an easy way to change your Chrome Browser new tab default to look attractive and pleasing to the eye. 

This is a free add-on for Chrome Browser where the primary target is to take a screenshot of any size webpage anytime from your browser quickly and easily. Also, set a background from our selective Screenshot images gallery powered by Unsplash in your Chrome Browser default new tab. We are actually changing your Chrome browser default new tab page.

There is also a Digital Clock in new tabs where you can check your current location time in 12 hours/ 24-hour format according to your preference.

Also as an added feature,
1) Capture entire page
2) Capture page snippet
3) Screenshot history
4) Download, Clear, Clear All screenshot
5) Search your desired information, images, video, and more through Yahoo search.

There is also a Digital Clock in new tabs where you can check your current location time in 12 hour/ 24-hour format according to your preference.

The Extension requires the following permissions:

Active Tab: The extension requires this permission to get temporary access to the currently active tab when the user clicks its browser action.

Tabs: The extension requires this permission in order to get tab information, to capture the visible tab & send the message.

By clicking "Add to Chrome", I accept and agree to install "Make a Screenshot" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy (bensendigital.com/privacy-policy/) and Terms of Use (bensendigital.com/terms-and-conditions/).                    

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

Όνομα Make a Screenshot Make a Screenshot
ID ibepdeoagimhgpefjjocadackepghkli
Επίσημο URL https://chromewebstore.google.com/detail/make-a-screenshot/ibepdeoagimhgpefjjocadackepghkli
Περιγραφή It's a tool where you can take screenshot any webpage anytime from your browser.
Μέγεθος Αρχείου 108 KB
Αριθμός Εγκαταστάσεων 330
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-02-02
Ημερομηνία Δημοσίευσης 2020-05-16
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Brick Digital
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.brickdigitalmedia.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "description": "It's a tool where you can take screenshot any webpage anytime from your browser.",
    "homepage_url": "https:\/\/www.makeascreenshot.com\/",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.bensendigital.com\/makeascreenshot\/*",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bd-16.png",
            "32": "images\/bd-32.png",
            "48": "images\/bd-48.png",
            "128": "images\/bd-128.png"
        }
    },
    "icons": {
        "16": "images\/bd-16.png",
        "32": "images\/bd-32.png",
        "48": "images\/bd-48.png",
        "128": "images\/bd-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.bensendigital.com\/makeascreenshot\/custom.js https:\/\/www.bensendigital.com\/makeascreenshot\/background.js https:\/\/www.bensendigital.com\/makeascreenshot\/popup.js https:\/\/ssl.google-analytics.com; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;"
}