Writeboard
A practical Board for ideating and explaining. perfect for remote learning and Zoom!
What is Writeboard?
Writeboard is a Chrome extension developed by Madhavendra Thakur, and its main feature is "A practical Board for ideating and explaining. perfect for remote learning and Zoom!".
Extension Screenshots
Download Writeboard Extension CRX File
Download Writeboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Writeboard |
ID | hhbjnllljeaekcbkbilemkanmingfdnd |
Official URL | https://chromewebstore.google.com/detail/writeboard/hhbjnllljeaekcbkbilemkanmingfdnd |
Description | A practical Board for ideating and explaining. perfect for remote learning and Zoom! |
File Size | 661 KB |
Installation Count | 491 |
Current Version | 0.1 |
Last Updated | 2021-02-28 |
Publish Date | 2020-12-13 |
Developer | Madhavendra Thakur |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |