CircuitVerse
CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides
CircuitVerse क्या है?
CircuitVerse https://circuitverse.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CircuitVerse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will allow embedding of live CircuitVerse circuits in a Google Slides presentation. This will enable educators to teach by interacting with the circuit without leaving the presentation. For more details check the user documentation: https://docs.circuitverse.org/#/embedding_circuits?id=embedding-in-google-slides
एक्सटेंशन की मूल जानकारी
नाम | CircuitVerse |
ID | nmmehnggkgmdfbpfnebaimfjdbgmoaoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/circuitverse/nmmehnggkgmdfbpfnebaimfjdbgmoaoo |
विवरण | CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides |
फ़ाइल का आकार | 16.74 KB |
स्थापना संख्या | 107 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-10-25 |
प्रकाशन तिथि | 2020-10-24 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://circuitverse.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://circuitverse.org/ |
सहायता पृष्ठ URL | https://docs.circuitverse.org/#/embedding_circuits?id=embedding-in-google-slides |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CircuitVerse", "version": "0.0.1", "manifest_version": 2, "description": "CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides", "homepage_url": "https:\/\/circuitverse.org", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon32.png", "default_title": "Embed CircuitVerse Live Circuit", "default_popup": "views\/browser_action.html" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/docs.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |