SRecorder - Screen Recorder & Annotation Tool

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

Wat is SRecorder - Screen Recorder & Annotation Tool?

SRecorder - Screen Recorder & Annotation Tool is een Chrome-extensie ontwikkeld door https://ismartrecorder.com, en de belangrijkste functie is "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SRecorder - Screen Recorder & Annotation Tool

Download SRecorder - Screen Recorder & Annotation Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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].                    

Basisinformatie over de Extensie

Naam SRecorder - Screen Recorder & Annotation Tool SRecorder - Screen Recorder & Annotation Tool
ID kkkghbbjolnllgjdpanjikgpedpnnpfj
Officiële URL https://chromewebstore.google.com/detail/srecorder-screen-recorder/kkkghbbjolnllgjdpanjikgpedpnnpfj
Beschrijving The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
Bestandsgrootte 21.55 MB
Aantal Installaties 66
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-05-05
Publicatiedatum 2023-05-01
Ontwikkelaar https://ismartrecorder.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ismartrecorder.com/
URL van de Privacybeleid Pagina https://ismartrecorder.com/static/privacy.html
Ondersteunde Talen 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"
            ]
        }
    ]
}