Screen Recorder
Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)
Screen Recorder क्या है?
Screen Recorder Erich Behrens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Screen Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension to record a video from the camera or capture it from the screen (desktop, specific application window or Chrome tab). Free to use No signup required No watermarks Record unlimited videos What's new - Autosave videos and recover your recordings after a crash. - Record audio from microphone and system together. - Recorded video can be seeked/skipped while playing. - Record screen and camera (more settings coming soon). - Warning before permanently deleting an unsaved video.
एक्सटेंशन की मूल जानकारी
नाम | Screen Recorder |
ID | hniebljpgcogalllopnjokppmgbhaden |
आधिकारिक URL | https://chromewebstore.google.com/detail/screen-recorder/hniebljpgcogalllopnjokppmgbhaden |
विवरण | Record a video from the camera or capture it from the screen (desktop, specific application window or browser tab) |
फ़ाइल का आकार | 253 KB |
स्थापना संख्या | 2,419,487 |
वर्तमान संस्करण | 3.3.0 |
अंतिम अपडेट | 2021-05-16 |
प्रकाशन तिथि | 2019-03-17 |
रेटिंग | 3.82/5 कुल 1537 रेटिंग्स |
डेवलपर | Erich Behrens |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://scre.io |
सहायता पृष्ठ URL | https://support.scre.io |
गोपनीयता नीति पृष्ठ URL | https://scre.io/privacy-browser-extension |
समर्थित भाषाएँ | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "3.3.0", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'", "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_icon": "img\/128.png" }, "options_page": "index.html#\/settings", "permissions": [ "desktopCapture" ], "offline_enabled": true } |