SRecorder - Screen Recorder & Annotation Tool

The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.

¿Qué es SRecorder - Screen Recorder & Annotation Tool?

SRecorder - Screen Recorder & Annotation Tool es una extensión de Chrome desarrollada por https://ismartrecorder.com, y su función principal es "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SRecorder - Screen Recorder & Annotation Tool

Descarga archivos de extensión SRecorder - Screen Recorder & Annotation Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        SRecorder offers a comprehensive set of features for users who want to create and edit videos. With our video recording function, you can easily capture footage and share it with your audience. Our editing functionality allows you to enhance your videos with text, transitions, and effects, making your content more engaging and professional.

SRecorder is a simple and user-friendly video recording tool that captures all screen activities and provides personalized background and emoticon options to add vitality to your video information. Whether you're recording games, tutorials, live streams, or high-quality videos, you can easily share and export them with just one click.

Whether you're a beginner or an experienced video creator, SRecorder is the reliable choice for easily capturing beautiful screen recordings that showcase your ideas and skills. With SRecorder, you can focus on creating and crafting more engaging content.

You can quickly record and share your video creations in just a few seconds with SRecorder. With one click, you can easily record your video and track who has watched it, as well as add checks to gather feedback.

SRecorder provides annotation and interactive tools to enhance video quality, captivate the audience's attention and engagement, and strengthen the educational, training, and presentation impact of the video.

Our local video storage feature ensures that you can access your content at any time, without worrying about losing it. This is especially helpful for those who need to access their footage on-the-go or when they don't have internet access. Our speech-to-text technology is another cutting-edge feature that enables you to convert your video content into text, making it easier for viewers to understand and follow along. This is particularly useful for educational or instructional videos.

The video content summarization feature provides a quick overview of the key points in a video, allowing viewers to get a sense of the content without having to watch the entire video. This feature is perfect for busy viewers who want to stay up-to-date on the latest content.

If you have any suggestions, bug reports, or questions, please don't hesitate to contact us at [email protected].                    

Información Básica de la Extensión

Nombre SRecorder - Screen Recorder & Annotation Tool SRecorder - Screen Recorder & Annotation Tool
ID kkkghbbjolnllgjdpanjikgpedpnnpfj
URL Oficial https://chromewebstore.google.com/detail/srecorder-screen-recorder/kkkghbbjolnllgjdpanjikgpedpnnpfj
Descripción The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
Tamaño del Archivo 21.55 MB
Cantidad de Instalaciones 66
Versión Actual 1.0.0
Última Actualización 2023-05-05
Fecha de Publicación 2023-05-01
Desarrollador https://ismartrecorder.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ismartrecorder.com/
URL de la Página de Política de Privacidad https://ismartrecorder.com/static/privacy.html
Idiomas Soportados id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/extension-icons\/logo-16.png",
            "128": "assets\/extension-icons\/logo-128.png",
            "48": "assets\/extension-icons\/logo-48.png",
            "32": "assets\/extension-icons\/logo-32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "offline_enabled": true,
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "assets\/extension-icons\/logo-16.png",
        "128": "assets\/extension-icons\/logo-128.png",
        "48": "assets\/extension-icons\/logo-48.png",
        "32": "assets\/extension-icons\/logo-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/detect.js",
                "js\/localforage.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/",
                "js\/localforage.js",
                "js\/background.js",
                "html\/camera.html",
                "html\/sources.html",
                "html\/settings.html",
                "js\/content.js",
                "js\/libraries\/ffmpeg.js",
                "css\/content.css",
                "assets\/images\/*",
                "js\/sources.js",
                "js\/cameracontent.js",
                "css\/cameracontent.css",
                "js\/libraries\/plyr.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/audiosources.js",
                "html\/audiosources.html",
                "html\/record.html",
                "html\/camerarecord.html"
            ]
        }
    ]
}