My Screen Grab Extension

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

Apa itu My Screen Grab Extension?

My Screen Grab Extension adalah ekstensi Chrome yang dikembangkan oleh Springfield Search Solutions, dan fitur utamanya adalah "It's a tool where you can take screenshot any webpage anytime from your browser.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi My Screen Grab Extension

Unduh file ekstensi My Screen Grab Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama My Screen Grab Extension My Screen Grab Extension
ID fohnhpmpkgcoipcbfccoaanjijgblogo
URL Resmi https://chrome.google.com/webstore/detail/my-screen-grab-extension/fohnhpmpkgcoipcbfccoaanjijgblogo
Deskripsi It's a tool where you can take screenshot any webpage anytime from your browser.
Ukuran File 112 KB
Jumlah Instalasi 773
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-05-06
Tanggal Publikasi 2020-05-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Springfield Search Solutions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.springfieldsearchsolutions.com/privacy-policy
Bahasa yang Didukung 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 *;"
}