Screen Grabber

ScreenGrabber provides awesome features of screen capturing of your desired web page area.

Screen Grabber là gì?

Screen Grabber là một tiện ích mở rộng Chrome được phát triển bởi info.screengrabr, và tính năng chính của nó là "ScreenGrabber provides awesome features of screen capturing of your desired web page area.".

Ả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 Screen Grabber

Tải xuống các tệp mở rộng Screen Grabber 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

                        Screen Grabber gives you a fast and affective screen capturing tool.  
We ensured this tool was basic and made with one thing in mind, 

1.	Capture the whole screen
2.	A selectable Area

You can also email your saved image.

By clicking "Add to Chrome", I accept and agree to install the Screen Grabber Chrome extension and setting Chrome New Tab Search to that provided by Terms of Use and Privacy Policy. We recommend pinning the extension to your browser toolbar by clicking on the for fast and efficient access.

Website: https://www.screengrabr.com
Privacy Policy: https://www.screengrabr.com/privacy.html
Terms of Use: https://www.screengrabr.com/term.html

For all support, please email our customer service team who will be happy to help you, please email us at [email protected]                    

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

Tên Screen Grabber Screen Grabber
ID nhcgejenbogeimhladggplmkbimcfemb
URL Chính Thức https://chromewebstore.google.com/detail/screen-grabber/nhcgejenbogeimhladggplmkbimcfemb
Mô tả ScreenGrabber provides awesome features of screen capturing of your desired web page area.
Kích Thước Tệp 536 KB
Số Lần Cài Đặt 1,577
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-11-09
Ngày Phát Hành 2021-03-26
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển info.screengrabr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Grabber",
    "description": "ScreenGrabber provides awesome features of screen capturing of your desired web page area.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo.png",
            "38": "img\/logo.png"
        },
        "default_title": "Screen Grabber"
    },
    "icons": {
        "128": "img\/logo.png",
        "19": "img\/logo.png",
        "24": "img\/logo.png",
        "256": "img\/logo.png",
        "32": "img\/logo.png",
        "38": "img\/logo.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "clipboardWrite",
        "downloads",
        "contextMenus"
    ]
}