Make a Screenshot

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

Was ist Make a Screenshot?

Make a Screenshot ist eine Chrome-Erweiterung, die von Brick Digital entwickelt wurde, und ihr Hauptmerkmal ist "It's a tool where you can take screenshot any webpage anytime from your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Make a Screenshot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Make a Screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/).                    

Grundlegende Informationen zur Erweiterung

Name Make a Screenshot Make a Screenshot
ID ibepdeoagimhgpefjjocadackepghkli
Offizielle URL https://chromewebstore.google.com/detail/make-a-screenshot/ibepdeoagimhgpefjjocadackepghkli
Beschreibung It's a tool where you can take screenshot any webpage anytime from your browser.
Dateigröße 108 KB
Installationsanzahl 330
Aktuelle Version 1.3
Letztes Update 2021-02-02
Veröffentlichungsdatum 2020-05-16
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Brick Digital
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.brickdigitalmedia.com/privacy-policy
Unterstützte Sprachen 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 *;"
}