ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
ShareScreen by lab.narbot.org क्या है?
ShareScreen by lab.narbot.org vincent द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShareScreen by lab.narbot.org एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | ShareScreen by lab.narbot.org |
ID | bdmnjlaenedmfiihbaibdmmnpnoocedj |
आधिकारिक URL | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj |
विवरण | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. |
फ़ाइल का आकार | 8.46 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2017-05-07 |
प्रकाशन तिथि | 2017-05-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | vincent |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://lab.narbot.org/room/ |
सहायता पृष्ठ URL | https://lab.narbot.org/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareScreen by lab.narbot.org", "author": "Vincent Narbot", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.", "homepage_url": "https:\/\/lab.narbot.org\/room\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.narbot.org\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo.png" ] } |