CircuitVerse
CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides
ما هو CircuitVerse؟
CircuitVerse هو إضافة Chrome تم تطويرها بواسطة https://circuitverse.org، والميزة الرئيسية لها هي "CircuitVerse Chrome Extension - Embed Live Circuit in Google Slides".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CircuitVerse
قم بتنزيل ملفات الامتداد CircuitVerse بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                     معلومات أساسية عن التمديد
| الاسم |   |  
| 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/ | 
| عنوان صفحة المساعدة | 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"
            ]
        }
    ]
}  |  |