SRecorder - Screen Recorder & Annotation Tool

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

Cos'è SRecorder - Screen Recorder & Annotation Tool?

SRecorder - Screen Recorder & Annotation Tool è un'estensione di Chrome sviluppata da https://ismartrecorder.com, e la sua funzione principale è "The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SRecorder - Screen Recorder & Annotation Tool

Scarica i file di estensione SRecorder - Screen Recorder & Annotation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SRecorder - Screen Recorder & Annotation Tool SRecorder - Screen Recorder & Annotation Tool
ID kkkghbbjolnllgjdpanjikgpedpnnpfj
URL Ufficiale https://chromewebstore.google.com/detail/srecorder-screen-recorder/kkkghbbjolnllgjdpanjikgpedpnnpfj
Descrizione The most powerful screen recorder for Chrome. Capture, annotate, edit, and more.
Dimensione del File 21.55 MB
Conteggio Installazioni 66
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-05-05
Data di Pubblicazione 2023-05-01
Sviluppatore https://ismartrecorder.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ismartrecorder.com/
URL della Pagina della Politica sulla Privacy https://ismartrecorder.com/static/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}