Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

Make a Screenshot là gì?

Make a Screenshot là một tiện ích mở rộng Chrome được phát triển bởi http://earth3dmap.com, và tính năng chính của nó là "Easy one click screenshot. The screenshot comes in a new tab.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Make a Screenshot

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

                        Easy tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

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

Tên Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
URL Chính Thức https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
Mô tả Easy one click screenshot. The screenshot comes in a new tab.
Kích Thước Tệp 16.64 KB
Số Lần Cài Đặt 77,435
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-07-18
Ngày Phát Hành 2018-07-18
Đánh Giá 3.72/5 Tổng số 43 Đánh Giá
Nhà Phát Triển http://earth3dmap.com
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://earth3dmap.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}