My Screen Grab Extension

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

¿Qué es My Screen Grab Extension?

My Screen Grab Extension es una extensión de Chrome desarrollada por Springfield Search Solutions, 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 My Screen Grab Extension

Descarga archivos de extensión My Screen Grab Extension 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

                        My Screen Grab Extension 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 Google 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 "My Screen Grab" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy (https://www.springfieldsearchsolutions.com/privacy-policy) and Terms of Use (https://www.springfieldsearchsolutions.com/terms-and-conditions).                    

Información Básica de la Extensión

Nombre My Screen Grab Extension My Screen Grab Extension
ID fohnhpmpkgcoipcbfccoaanjijgblogo
URL Oficial https://chrome.google.com/webstore/detail/my-screen-grab-extension/fohnhpmpkgcoipcbfccoaanjijgblogo
Descripción It's a tool where you can take screenshot any webpage anytime from your browser.
Tamaño del Archivo 112 KB
Cantidad de Instalaciones 773
Versión Actual 1.2
Última Actualización 2020-05-06
Fecha de Publicación 2020-05-06
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Springfield Search Solutions
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://www.springfieldsearchsolutions.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Screen Grab Extension",
    "description": "It's a tool where you can take screenshot any webpage anytime from your browser.",
    "homepage_url": "http:\/\/myscreengrabextension.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/www.springfieldsearchsolutions.com\/myscreengrab\/",
        "activeTab",
        "tabs",
        ""
    ],
    "version": "1.2",
    "browser_action": {
        "default_icon": {
            "16": "public\/images\/bd-16.png",
            "32": "public\/images\/bd-32.png",
            "48": "public\/images\/bd-48.png",
            "128": "public\/images\/bd-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "public\/images\/bd-16.png",
        "32": "public\/images\/bd-32.png",
        "48": "public\/images\/bd-48.png",
        "128": "public\/images\/bd-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "landing.html"
    },
    "web_accessible_resources": [
        "images\/*.*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self';style-src 'self' 'unsafe-inline' *;media-src *;"
}