Gatherhub Screen Capture
Help users to do screen casting on GatherHub.
Gatherhub Screen Capture क्या है?
Gatherhub Screen Capture https://www.gatherhub.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help users to do screen casting on GatherHub."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gatherhub Screen Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bdnieppldnkoaajefibbnpmemgfdkben |
आधिकारिक URL | https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben |
विवरण | Help users to do screen casting on GatherHub. |
फ़ाइल का आकार | 11.96 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2015-12-17 |
प्रकाशन तिथि | 2015-12-16 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.gatherhub.xyz |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gatherhub Screen Capture", "description": "Help users to do screen casting on GatherHub.", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "browser_action": { "default_icon": "ghub-16.png" }, "icons": { "16": "ghub-16.png", "48": "ghub-48.png", "128": "ghub-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } } |