RTC Recorder
Remote Tele-Conference web page Recorder
RTC Recorder क्या है?
RTC Recorder RTC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote Tele-Conference web page Recorder"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RTC Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is to use with RTC web pages. Recommended Only to use with RTC web pages.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ikcefcbjpchhfldeehmjolacomjbelii |
आधिकारिक URL | https://chrome.google.com/webstore/detail/rtc-recorder/ikcefcbjpchhfldeehmjolacomjbelii |
विवरण | Remote Tele-Conference web page Recorder |
फ़ाइल का आकार | 354 KB |
स्थापना संख्या | 154 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2015-02-10 |
प्रकाशन तिथि | 2015-02-10 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | RTC |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RTC Recorder", "version": "3.3", "manifest_version": 2, "description": "Remote Tele-Conference web page Recorder", "background": { "scripts": [ "tab-capturing.js", "RecordRTC.js", "screenshot.js", "FileSaver.js" ] }, "browser_action": { "default_icon": "images\/tabCapture22.png", "default_title": "RTC Recorder " }, "icons": { "16": "images\/tabCapture16.png", "22": "images\/tabCapture22.png", "32": "images\/tabCapture32.png", "48": "images\/tabCapture48.png", "128": "images\/tabCapture128.png" }, "permissions": [ "tabCapture", "activeTab", "contextMenus", "tabs" ], "web_accessible_resources": [ "images\/tabCapture48.png" ] } |