scrsht screenshot tool

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

scrsht screenshot tool란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

scrsht screenshot tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Capture a screenshot of your current page in entirety and reliably—without requesting any extra permissions! The simplest way to take a full page screenshot of your current browser window. 

Forget any 3rd party apps or manual editing. Capture any screen or content in just one click.

>>Install our Chrome extension
>>Visit the webpage you want to capture
>>Click on the icon in browser
>>choose the area you want to capture
>>click on upload in server 
>> share the link with world                    

확장 프로그램 기본 정보

이름 scrsht screenshot tool scrsht screenshot tool
ID okmipgoegollhjhphbokjdljbbddnbpd
공식 URL https://chromewebstore.google.com/detail/scrsht-screenshot-tool/okmipgoegollhjhphbokjdljbbddnbpd
설명 Simple and convenient screenshot tool. Select an area, edit your screenshot and upload it to the server.
파일 크기 651 KB
설치 횟수 4,043
현재 버전 1.0.12
최근 업데이트 2023-11-19
출시 날짜 2022-08-12
평점 4.56/5 총 9 개의 평점
개발자 https://scrsht.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://scrsht.com/
개인정보 보호 정책 페이지 URL https://way2enjoy.com/privacy1.html
지원되는 언어 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,iw,fa,bn,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_screenshotplugin_default_title__"
    },
    "default_locale": "en",
    "description": "__MSG_screenshotplugin_short_description__",
    "icons": {
        "128": "img\/icon128.png",
        "19": "img\/icon19.png",
        "24": "img\/icon24.png",
        "256": "img\/icon256.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_screenshotplugin_name__",
    "permissions": [
        "",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "notifications",
        "clipboardWrite",
        "downloads",
        "cookies",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "host_permissions": [
        "https:\/\/*.scrsht.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "\/libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "toolbar_res\/*",
                "libs\/*",
                "js\/*",
                "html\/*",
                "img\/*",
                "_locales\/*",
                "css\/*",
                "libs\/jquery-3.2.1.min.js",
                "js\/event.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}