Lightshot (screenshot tool)

Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.

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

Lightshot (screenshot tool)은(는) https://app.prntscr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Lightshot is the fastest way to take a customizable screenshot. Simple interface, nothing useless and light weight.

Features:
* take screenshot and share it in few clicks
* select any part of the page
* edit screenshot in place
* save on a disk or upload to the cloud
* search for similar screenshots
* copy screenshot in clipboard

More information here: http://app.prntscr.com/
Privacy policy: https://app.prntscr.com/en/privacy.html?privacy

Clarification of the extension permissions:
* Read your browsing history - Chrome adds this line when we request tabs manipulation permission. Lightshot opens screenshot in a new tab, that is why we need it.
* Display notifications - Lightshot displays notification every time you upload screenshot
* Modify data you copy and paste - Lightshot allows you to copy screenshot into your Clipboard
* Manage your downloads - Lightshot allows you to save screenshot as a new file (works using download functions)

Contact e-mail: [email protected] Send your requests and bug reports here. We appreciate your contribution!                    

확장 프로그램 기본 정보

이름 Lightshot (screenshot tool) Lightshot (screenshot tool)
ID mbniclmhobmnbdlbpiphghaielnnpgdp
공식 URL https://chrome.google.com/webstore/detail/mbniclmhobmnbdlbpiphghaielnnpgdp
설명 Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.
파일 크기 669 KB
설치 횟수 3,248,647
현재 버전 6.3.0
최근 업데이트 2020-01-27
출시 날짜 2020-01-22
평점 4.41/5 총 6794 개의 평점
개발자 https://app.prntscr.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.prntscr.com/
도움말 페이지 URL https://app.prntscr.com/help.html
개인정보 보호 정책 페이지 URL https://app.prntscr.com/en/privacy.html?privacy
지원되는 언어 id,de,en,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_screenshotplugin_name__",
    "default_locale": "en",
    "icons": {
        "24": "img\/icon24.png",
        "38": "img\/icon38.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "author": "http:\/\/app.prntscr.com\/",
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/jquery-3.2.1.min.js",
            "event.js"
        ]
    },
    "version": "6.3.0",
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "downloads",
        "cookies"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_screenshotplugin_default_title__"
    },
    "description": "__MSG_screenshotplugin_short_description__"
}