My Screen Grab Extension

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

Was ist My Screen Grab Extension?

My Screen Grab Extension ist eine Chrome-Erweiterung, die von Springfield Search Solutions 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

My Screen Grab Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Screen Grab Extension-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

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

Grundlegende Informationen zur Erweiterung

Name My Screen Grab Extension My Screen Grab Extension
ID fohnhpmpkgcoipcbfccoaanjijgblogo
Offizielle URL https://chrome.google.com/webstore/detail/my-screen-grab-extension/fohnhpmpkgcoipcbfccoaanjijgblogo
Beschreibung It's a tool where you can take screenshot any webpage anytime from your browser.
Dateigröße 112 KB
Installationsanzahl 773
Aktuelle Version 1.2
Letztes Update 2020-05-06
Veröffentlichungsdatum 2020-05-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Springfield Search Solutions
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://www.springfieldsearchsolutions.com/privacy-policy
Unterstützte Sprachen 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 *;"
}