Screenshot Easy

Screenshot Easy - The easiest way to take a customizable screenshot and share to friends

Screenshot Easy란 무엇입니까?

Screenshot Easy은(는) Screenshot Easy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends"입니다.

확장 프로그램 스크린샷

screenshot

Screenshot Easy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        - Screenshot Easy is a free tool which allows you taking an editable screenshot in the easy way.
- You'll get fast, simple, easy to take an editable screenshot.
- You can select any area and take its screenshot.
- User-friendly interface makes your work with the tool easier.
- Edit screenshot instantly when taking them.
- You can also upload your screenshot to the server and get its short link right away.                    

확장 프로그램 기본 정보

이름 Screenshot Easy Screenshot Easy
ID ikhdemckhflgmlijkaomcpdmljegkakh
공식 URL https://chromewebstore.google.com/detail/screenshot-easy/ikhdemckhflgmlijkaomcpdmljegkakh
설명 Screenshot Easy - The easiest way to take a customizable screenshot and share to friends
파일 크기 85.2 KB
설치 횟수 25,953
현재 버전 1.1.4
최근 업데이트 2023-01-18
출시 날짜 2020-06-08
평점 4.19/5 총 58 개의 평점
개발자 Screenshot Easy
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Easy",
    "version": "1.1.4",
    "description": "Screenshot Easy - The easiest way to take a customizable screenshot and share to friends",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-transparent.png",
        "default_title": "Take a screenshot"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}