Make a Screenshot

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

Wat is Make a Screenshot?

Make a Screenshot is een Chrome-extensie ontwikkeld door Brick Digital, en de belangrijkste functie is "It's a tool where you can take screenshot any webpage anytime from your browser.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Make a Screenshot

Download Make a Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Make a Screenshot Make a Screenshot
ID ibepdeoagimhgpefjjocadackepghkli
Officiële URL https://chromewebstore.google.com/detail/make-a-screenshot/ibepdeoagimhgpefjjocadackepghkli
Beschrijving It's a tool where you can take screenshot any webpage anytime from your browser.
Bestandsgrootte 108 KB
Aantal Installaties 330
Huidige Versie 1.3
Laatst Bijgewerkt 2021-02-02
Publicatiedatum 2020-05-16
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Brick Digital
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.brickdigitalmedia.com/privacy-policy
Ondersteunde Talen 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 *;"
}