My Screen Grab Extension

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

Co je My Screen Grab Extension?

My Screen Grab Extension je rozšíření Chrome vyvinuté Springfield Search Solutions, a jeho hlavní funkcí je „It's a tool where you can take screenshot any webpage anytime from your browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření My Screen Grab Extension

Stáhněte si soubory rozšíření My Screen Grab Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název My Screen Grab Extension My Screen Grab Extension
ID fohnhpmpkgcoipcbfccoaanjijgblogo
Oficiální URL https://chrome.google.com/webstore/detail/my-screen-grab-extension/fohnhpmpkgcoipcbfccoaanjijgblogo
Popis It's a tool where you can take screenshot any webpage anytime from your browser.
Velikost souboru 112 KB
Počet instalací 773
Aktuální Verze 1.2
Poslední Aktualizace 2020-05-06
Datum Vydání 2020-05-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Springfield Search Solutions
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.springfieldsearchsolutions.com/privacy-policy
Podporované Jazyky 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 *;"
}