Xsnap (full page screenshot tool)

Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server

Xsnap (full page screenshot tool)란 무엇입니까?

Xsnap (full page screenshot tool)은(는) BestExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        How to take a screenshot / screenshot on PC / computer / computer?
Our extension will help you with this!

Xsnap is a tool that allows you to easily take screenshots, displaying the size of the picture in pixels, in one click of any selected area on the browser tab. You simply click the Xsnap icon, similar to Light shot, in the toolbar or status bar, then select the area you want to take a screenshot from and click “Save” or “Save to Site”.
You can resize and move the selection area directly on the browser tab without opening any additional applications. This makes the process very simple and easy. You can also edit your pictures (add text, draw lines, arrows and other functions).
If you need to take a quick screenshot / screenshot of the screen displaying the size, then Xsnap is for you! Also, you can send your screen to print with a preview using our screenshoter!                    

확장 프로그램 기본 정보

이름 Xsnap (full page screenshot tool) Xsnap (full page screenshot tool)
ID mkjnomgbfhfkhgnkhbfecgebabemjmdc
공식 URL https://chrome.google.com/webstore/detail/xsnap-full-page-screensho/mkjnomgbfhfkhgnkhbfecgebabemjmdc
설명 Screenshot utility. Allows you to take screenshots of an arbitrary area of the screen, edit them and upload to the server
파일 크기 312 KB
설치 횟수 2,640
현재 버전 2.0.1
최근 업데이트 2020-09-26
출시 날짜 2020-09-21
평점 4.61/5 총 18 개의 평점
개발자 BestExt
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://is-top.ru/privacy.html
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Xsnap"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "default_locale": "en_US",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1"
}