稳定信号未识别到付费功能高风险权限组合
Screen Recorder & Screenshot App for Chrome | Scrnli icon

Screen Recorder & Screenshot App for Chrome | Scrnli

Screen recorder for Chrome, take screenshots, record screen, edit and share instantly

用户数1M当前公开安装规模
评分4.7商店平均评分
评论数10,724公开评论体量
Manifest 版本V3插件平台版本
7日增长0近 7 天净增用户
7日增长率0%相对周增长速度
视觉预览

Screen Recorder & Screenshot App for Chrome | Scrnli 媒体预览

7 项素材
趋势

用户增长趋势

按已采集快照查看用户数变化。

用户增长趋势

1M1M1M1M1M2026年7月15日2026年7月18日2026年7月21日最新值: 1M
评分趋势

近 7 日评分趋势

展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。

7 日评分变化

起始值
4.73
最新值
4.73
7 日评分变化
0.00
4.634.684.734.784.832026年7月15日2026年7月18日2026年7月21日最新值: 4.73
2026年7月15日2026年7月21日
增长概览

日/周/月增长表现

同口径展示 1 天、7 天、30 天的绝对增长与增长率。

1日增长持平
00%
7日增长持平
00%
30日增长持平
00%
技术摘要

版本、语言与抓取信息

查看发布时间、版本、支持语言、最近更新和抓取时间。

版本4.3.5
ManifestV3
大小6.1MiB
语言数22Deutsch / English / English (United Kingdom) +19
发布时间
最近更新
最近抓取
DeutschEnglishEnglish (United Kingdom)English (United States)NederlandsTürkçecatalàdanskespañolespañol (Latinoamérica)françaisitaliano
简介

插件简介

查看插件说明、主要功能和适用场景。

A screenshot and screen record tool with extended functionality that includes lots of features related to content creation. Scrnli also includes a screen recorder and video converter into multiple formats.

The screen recorder works to create a video file with further opportunities to download or share it 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.

评价

最新评论快照

查看最近评论和评分分布。

商店综合星级4.7Chrome 商店给出的聚合评分,包含只有打分但没有同步评论正文的情况
已同步评论均分4.3仅基于下方已同步评论正文计算
有内容评论1,200已同步的评论正文数量
总评分/评论数10,724Chrome 商店公开评分/评论计数

商店综合星级:4.7。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。

5
851
4
132
3
62
2
38
1
117
Luis2023年6月8日
2

Não permite selecionar a área de captura com o dedo nos ecrãs tácteis

语言 pt
0 有用 · 2 无用
Oluwatobi Olowo2023年6月6日
4

It was great for the most part. Then it started to double the sound when screen recording. The sound would crack and be squeaky. Please change that. I removed and added it again. Hopefully the problem stops. It got even worse,but after a while it cleared? nice

语言 en
1 有用 · 0 无用
Robert Smith2023年6月6日
3

When doing an Entire Page capture, the entire page is not captured. Where it fails is at the bottom of every page gets cut off leaving you with a partial page capture rather than the Entire Page capture. This needs to be fixed. I'd say that 10% of Entire Page captures work. The other 90% fail to capture the bottom of the page.

语言 en
1 有用 · 0 无用
Luay Abo Mahmod2023年6月5日
5

أفضل إضافة للمتصفح 3>

语言 ar
4 有用 · 0 无用
debra sanaipei2023年6月2日
5

This is the best screen capture out there. Much better than the rest.

语言 en
Cygnet Midwest2023年6月2日
1

Took a screen shot. Full page of site. The preview looked good. Saved it as an image, and it was garbage – it took the top half of the web page and repeated 3 times. Absolutely useless extension.

语言 en
2 有用 · 0 无用
InjectSploit2023年6月2日
5

I have never written a review on Google Apps in my entire life but this app is absolutely amazing But I do have notes. - First: I hope you add shortcuts to open the extension - Secondly: I hope you add the timing to take the snapshot -Thirdly: I hope that you will add the feature of merging or combining images, as this is an amazing feature Thank you .

语言 en
2 有用 · 0 无用
阿緯2023年5月26日
5

I would suggest changing the parameter 【mimeType: "video/webm;codecs=vp8,opus"】 to 【mimeType: "video/webm;codecs=h264"】. The advantage of this change is that it allows for quick conversion of the webm format to mp4 format, for example using the command "ffmpeg -i input.webm -c copy output.mp4". If you want to use it in a safer manner, you can also use the method 【isTypeSupported】 to check if it is supported. For example: MediaRecorder.isTypeSupported("video/webm;codecs=h264") ? "video/webm;codecs=h264" : "video/webm;codecs=vp8,opus" _____________________ 建議將【mimeType:"video/webm;codecs=vp8,opus"】變更為【mimeType:"video/webm;codecs=h264"】,這樣的好處是可以快速將webm格式轉換為mp4格式,例如ffmpeg -i input.webm -c copy output.mp4 如果要較安全的使用,也可以用【isTypeSupported】確認是否支援,例如: MediaRecorder.isTypeSupported("video/webm;codecs=h264") ? "video/webm;codecs=h264" : "video/webm;codecs=vp8,opus"

语言 zh
saurabh tomer2023年5月23日
5

After latest update on 18th May 2023, some issues are coming. Like Loading Please Wait screen is coming continuously but recorded video screen is not going to visible. And because of this i am not able to store/download/convert my recent recorded video. Waiting for latest release which will overcome this issue. Except since last few months application were performing seamless well.

语言 en
3 有用 · 0 无用
Rahul Tanvir2023年5月21日
5

This is by far the best screenshot and recording app I have seen yet, Super simple and powerful.

语言 en