Desktop Screen Capture
This WebRTC screen capturing extension can be used within any WebRTC library/application!
Desktop Screen Capture क्या है?
Desktop Screen Capture Kesavan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This WebRTC screen capturing extension can be used within any WebRTC library/application!"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Desktop Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin will capture desktop screen and share with application used
एक्सटेंशन की मूल जानकारी
नाम | Desktop Screen Capture |
ID | incidfiopdpenddingekgkhmdnkackke |
आधिकारिक URL | https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke |
विवरण | This WebRTC screen capturing extension can be used within any WebRTC library/application! |
फ़ाइल का आकार | 23.53 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2015-09-06 |
प्रकाशन तिथि | 2015-09-06 |
डेवलपर | Kesavan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Desktop Screen Capture", "author": "Kesavan Mannupillai", "version": "1.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!", "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "http:\/\/*\/*" ] } ], "icons": { "1": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |