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

O que é Scrnli - Screen Recorder & Screen Capture App?

Scrnli - Screen Recorder & Screen Capture App é uma extensão do Chrome desenvolvida por https://scrnli.com, e sua principal característica é "Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scrnli - Screen Recorder & Screen Capture App

Baixe arquivos de extensão Scrnli - Screen Recorder & Screen Capture App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Scrnli - Screen Recorder & Screen Capture App Scrnli - Screen Recorder & Screen Capture App
ID ijejnggjjphlenbhmjhhgcdpehhacaal
URL Oficial https://chromewebstore.google.com/detail/scrnli-screen-recorder-sc/ijejnggjjphlenbhmjhhgcdpehhacaal
Descrição Free and easy to use screen recorder and screen capture tool. Take screenshot or screen record, edit, download, and share
Tamanho do Arquivo 11.72 MB
Contagem de Instalações 1,685,906
Versão Atual 4.2.1
Última Atualização 2024-01-19
Data de Publicação 2020-10-20
Classificação 4.73/5 Total de 9449 Avaliações
Desenvolvedor https://scrnli.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://scrnli.com/privacy
Idiomas Suportados 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"
        }
    }
}