SRecorder - Screen Recorder & Annotation Tool

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

Apa itu SRecorder - Screen Recorder & Annotation Tool?

SRecorder - Screen Recorder & Annotation Tool adalah ekstensi Chrome yang dikembangkan oleh https://ismartrecorder.com, dan fitur utamanya adalah "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi SRecorder - Screen Recorder & Annotation Tool

Unduh file ekstensi SRecorder - Screen Recorder & Annotation Tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SRecorder - Screen Recorder & Annotation Tool SRecorder - Screen Recorder & Annotation Tool
ID kkkghbbjolnllgjdpanjikgpedpnnpfj
URL Resmi https://chromewebstore.google.com/detail/srecorder-screen-recorder/kkkghbbjolnllgjdpanjikgpedpnnpfj
Deskripsi The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
Ukuran File 21.55 MB
Jumlah Instalasi 66
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-05-05
Tanggal Publikasi 2023-05-01
Pengembang https://ismartrecorder.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ismartrecorder.com/
URL Halaman Kebijakan Privasi https://ismartrecorder.com/static/privacy.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}