Screentake (screenshot tool)

It is a free application that allows you to take screenshots with one click.

Screentake (screenshot tool)란 무엇입니까?

Screentake (screenshot tool)은(는) https://www.scrtake.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is a free application that allows you to take screenshots with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Screentake (screenshot tool) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool was designed as a free screenshot tool and it's completely free.

It is an application designed as a Windows and Chrome Extension. You can save screenshots as PNG, JPEG, GIF, WEBP, PDF and BMP in the most common formats.

This free screenshot tool has powerful editor. You can make the edits you want in the screenshot very easily.
You can directly add different shapes like pencil drawing, triangle, square, circle, heart, star, arrow and straight line to the screenshot.
In addition to these, it also includes features such as a fully customizable text tool, emoji support, numbered button, and adding images.

It supports importing popular image formats.
You can directly add PNG, JPEG, GIF, WEBP, BMP, TIFF, SVG and Photoshop (PSD) images to screenshots.

In addition, if there is a part that you do not want to appear in the screenshot, you can also use the blur and pixelation tools.                    

확장 프로그램 기본 정보

이름 Screentake (screenshot tool) Screentake (screenshot tool)
ID njhamojcokaaiieihmjhicihbgohghke
공식 URL https://chromewebstore.google.com/detail/screentake-screenshot-too/njhamojcokaaiieihmjhicihbgohghke
설명 It is a free application that allows you to take screenshots with one click.
파일 크기 2.32 MB
설치 횟수 285
현재 버전 1.1
최근 업데이트 2021-02-16
출시 날짜 2021-02-06
평점 5.00/5 총 1 개의 평점
개발자 https://www.scrtake.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.scrtake.com
지원되는 언어 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_screentake_name__",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_screentake_description__",
    "author": "https:\/\/www.scrtake.com",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "extension\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png"
        },
        "default_title": "__MSG_screentake_default_title__"
    },
    "offline_enabled": true
}