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 là gì?

Scrnli - Screen Recorder & Screen Capture App là một tiện ích mở rộng Chrome được phát triển bởi https://scrnli.com, và tính năng chính của nó là "Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scrnli - Screen Recorder & Screen Capture App

Tải xuống các tệp mở rộng Scrnli - Screen Recorder & Screen Capture App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scrnli - Screen Recorder & Screen Capture App Scrnli - Screen Recorder & Screen Capture App
ID ijejnggjjphlenbhmjhhgcdpehhacaal
URL Chính Thức https://chromewebstore.google.com/detail/scrnli-screen-recorder-sc/ijejnggjjphlenbhmjhhgcdpehhacaal
Mô tả Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share
Kích Thước Tệp 11.72 MB
Số Lần Cài Đặt 1,685,906
Phiên Bản Hiện Tại 4.2.1
Cập Nhật Lần Cuối 2024-01-19
Ngày Phát Hành 2020-10-20
Đánh Giá 4.73/5 Tổng số 9449 Đánh Giá
Nhà Phát Triển https://scrnli.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://scrnli.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}