SRecorder - Screen Recorder & Annotation Tool

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

Vad är SRecorder - Screen Recorder & Annotation Tool?

SRecorder - Screen Recorder & Annotation Tool är en Chrome-tillägg utvecklad av https://ismartrecorder.com, och dess huvudfunktion är "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner SRecorder - Screen Recorder & Annotation Tool-förlängningens CRX-fil

Ladda ner SRecorder - Screen Recorder & Annotation Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SRecorder - Screen Recorder & Annotation Tool SRecorder - Screen Recorder & Annotation Tool
ID kkkghbbjolnllgjdpanjikgpedpnnpfj
Officiell webbadress https://chromewebstore.google.com/detail/srecorder-screen-recorder/kkkghbbjolnllgjdpanjikgpedpnnpfj
Beskrivning The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
Filstorlek 21.55 MB
Antal Installationer 66
Aktuell Version 1.0.0
Senast Uppdaterad 2023-05-05
Publiceringsdatum 2023-05-01
Utvecklare https://ismartrecorder.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ismartrecorder.com/
URL till Sekretesspolicy Sidan https://ismartrecorder.com/static/privacy.html
Stödda Språk 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"
            ]
        }
    ]
}