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文件

下載Scrnli - Screen Recorder & Screen Capture App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}