Screenshot Maker

Take a screenshot of the page, draw on it, write text, crop it, do whatever you want

Screenshot Maker là gì?

Screenshot Maker là một tiện ích mở rộng Chrome được phát triển bởi betsuwata1749, và tính năng chính của nó là "Take a screenshot of the page, draw on it, write text, crop it, do whatever you want".

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

screenshot

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

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

                        This is the fastest and most convenient way to take a screenshot. Install this amazing screenshot capture extension for Chrome browser and make your life simple and easy. It`s a really fast and reliable screenshot tool for chrome browser. We have tried to do our best to save your time and provide you some comfort. This screenshot tool is also pretty easy to use because of intuitive and simple interface. Installation process is also quick and simple. To get started with the screen capture you should click on extension icon in upper-right corner of chrome browser. Extension allows you to crop the image or even instantly print it. Make a screenshot of any important information just in one click. You`ll find all the corresponding icons after clicking on the extension icon in right-upper corner of Chrome browser. Then click on “Download” button to save the screenshot. Get this cool and reliable screenshot capture and you won`t regret it. You can also crop the image to the size you need, which is pretty useful option. As it`s already been mentioned, you can crop the image and have it in the desirable size. Our screenshot tool also allows you to instantly print the screenshot by clicking on a corresponding icon. Share important information with your friends or colleges using our screen capture extension.                    

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

Tên Screenshot Maker Screenshot Maker
ID lifandhbnamngfjlgbnpgoklmcmihgnh
URL Chính Thức https://chrome.google.com/webstore/detail/screenshot-maker/lifandhbnamngfjlgbnpgoklmcmihgnh
Mô tả Take a screenshot of the page, draw on it, write text, crop it, do whatever you want
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 2,601
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2023-02-21
Ngày Phát Hành 2020-08-03
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển betsuwata1749
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/12V1waop831DiRVZtLeTG0rIw2dkGQp7HjnJgvKeyIcA/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Maker",
    "version": "2.5",
    "description": "Take a screenshot of the page, draw on it, write text, crop it, do whatever you want",
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/bg.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Make Screenshot",
        "default_icon": "icon-32.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}