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
公式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
Eメール [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"
        }
    }
}