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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |