Writeboard
A practical Board for ideating and explaining. perfect for remote learning and Zoom!
Was ist Writeboard?
Writeboard ist eine Chrome-Erweiterung, die von Madhavendra Thakur entwickelt wurde, und ihr Hauptmerkmal ist "A practical Board for ideating and explaining. perfect for remote learning and Zoom!".
Erweiterungsscreenshots
Writeboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Writeboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Have you ever needed to diagram something on the spot? Have you ever wanted to be able to explain something impromptu? Have you ever wanted to just draw and relax? Writeboard solves all these problems by giving you a popup whiteboard at any time you need!
Grundlegende Informationen zur Erweiterung
Name | Writeboard |
ID | hhbjnllljeaekcbkbilemkanmingfdnd |
Offizielle URL | https://chromewebstore.google.com/detail/writeboard/hhbjnllljeaekcbkbilemkanmingfdnd |
Beschreibung | A practical Board for ideating and explaining. perfect for remote learning and Zoom! |
Dateigröße | 661 KB |
Installationsanzahl | 491 |
Aktuelle Version | 0.1 |
Letztes Update | 2021-02-28 |
Veröffentlichungsdatum | 2020-12-13 |
Entwickler | Madhavendra Thakur |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Writeboard", "description": "A practical Board for ideating and explaining. perfect for remote learning and Zoom!", "version": "0.1", "permissions": [], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } } |