Scrnli - Screen Recorder & Screen Capture App

Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share

Scrnli - Screen Recorder & Screen Capture App란 무엇입니까?

Scrnli - Screen Recorder & Screen Capture App은(는) https://scrnli.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Scrnli - Screen Recorder & Screen Capture App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scrnli is a tool with extended functionality, that includes lots of features related to content creation. With Scrnli you get also a screen recorder, and video converter into multiple formats.

Screen recorder works to create a video file with further opportunities to download or share promptly. Easily cooperate with teammates or family by sharing video content to clearly explain materials and information. Record from your display monitor or webcam, save it, and share with convenience using applications that combine as well a screenshot tool and video formats converter.

Video file converter, therefore, allows changing video format to run the same video on other devices. The most common formats are available in the Scrnli video converter. Do as written: record the screen, then save it to a device for later watching or share it with friends. As well, as the option to convert files to various formats to open them on other devices.

The creation of screen capture is as easy as it ever could be. Choose from the full-page or partial area and take it in a click. Then you can fully customize it by adding text, drawing lines, arrows, and shapes. 

Instantly share the files by a link, save them, or print them to get paper materials.

The main advantage of the Scrnli Tool is that features for content creation are gathered in one place which is reached by a single click in a browser. It's an advanced service for every day working with screenshots, recording, and video file converting that can be shared, printed, or saved fast, easily, and with quality.

Scrnli tool for making a full page or partial capture with further editing, download, or text adding. The #1 app to make a full webpage capture or just any part of it with an opportunity to edit, save, and download screenshots to your PC. The app is launched from a browser that saves your time. Simply click the extension icon to choose from options whole page capture or a selected part. Lots of features at your disposal allow you to:

- edit and reset changes;
- make one step back/forward;
- add text and graphic elements like a pointer, arrow, circle, and others.

The useful and friendly design of Scrnli was made to reach the required screens quickly, so you can share them with colleagues or friends during work. To avoid long descriptions in chatting just take a screenshot and send it to the address.

You can use the service of any website absolutely for free using our app.                    

확장 프로그램 기본 정보

이름 Scrnli - Screen Recorder & Screen Capture App Scrnli - Screen Recorder & Screen Capture App
ID ijejnggjjphlenbhmjhhgcdpehhacaal
공식 URL https://chromewebstore.google.com/detail/scrnli-screen-recorder-sc/ijejnggjjphlenbhmjhhgcdpehhacaal
설명 Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share
파일 크기 11.72 MB
설치 횟수 1,685,906
현재 버전 4.2.1
최근 업데이트 2024-01-19
출시 날짜 2020-10-20
평점 4.73/5 총 9449 개의 평점
개발자 https://scrnli.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://scrnli.com/privacy
지원되는 언어 ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "4.2.1",
    "manifest_version": 2,
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabCapture",
        "unlimitedStorage",
        "debugger",
        "desktopCapture",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                ".\/js\/gpt-screenshot.js"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        },
        {
            "js": [
                ".\/js\/video-recorder-content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": ".\/settings.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com blob: 'unsafe-eval'; object-src 'self';script-src-elem 'self' blob: 'unsafe-eval';",
    "web_accessible_resources": [
        "assets\/*.svg",
        "assets\/*.png",
        "assets\/*.css",
        "assets\/*.otf",
        "audio-devices.html",
        "js\/ffmpeg-core\/*"
    ],
    "commands": {
        "screenshot-visible-tab": {
            "description": "Visible page"
        },
        "screenshot-selected-area": {
            "description": "Selected area"
        },
        "screenshot-browser-window": {
            "description": "Browser window"
        },
        "screenshot-entire-page": {
            "description": "Entire Page"
        },
        "add-image": {
            "description": "Add Image"
        },
        "download-entire-page": {
            "description": "Download Entire Page"
        }
    }
}