My Screen Grab Extension

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

My Screen Grab Extension là gì?

My Screen Grab Extension là một tiện ích mở rộng Chrome được phát triển bởi Springfield Search Solutions, và tính năng chính của nó là "It's a tool where you can take screenshot any webpage anytime from your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My Screen Grab Extension

Tải xuống các tệp mở rộng My Screen Grab Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My Screen Grab Extension My Screen Grab Extension
ID fohnhpmpkgcoipcbfccoaanjijgblogo
URL Chính Thức https://chrome.google.com/webstore/detail/my-screen-grab-extension/fohnhpmpkgcoipcbfccoaanjijgblogo
Mô tả It's a tool where you can take screenshot any webpage anytime from your browser.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 773
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-05-06
Ngày Phát Hành 2020-05-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Springfield Search Solutions
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.springfieldsearchsolutions.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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 *;"
}