Make a Screenshot

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

¿Qué es Make a Screenshot?

Make a Screenshot es una extensión de Chrome desarrollada por Brick Digital, y su función principal es "It's a tool where you can take screenshot any webpage anytime from your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Make a Screenshot

Descarga archivos de extensión Make a Screenshot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Make a Screenshot Make a Screenshot
ID ibepdeoagimhgpefjjocadackepghkli
URL Oficial https://chromewebstore.google.com/detail/make-a-screenshot/ibepdeoagimhgpefjjocadackepghkli
Descripción It's a tool where you can take screenshot any webpage anytime from your browser.
Tamaño del Archivo 108 KB
Cantidad de Instalaciones 330
Versión Actual 1.3
Última Actualización 2021-02-02
Fecha de Publicación 2020-05-16
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Brick Digital
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.brickdigitalmedia.com/privacy-policy
Idiomas Soportados 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 *;"
}