Whiteboard
A simple whiteboard drawing tool for Chrome
What is Whiteboard?
Whiteboard is a Chrome extension developed by FunWithExtensions, and its main feature is "A simple whiteboard drawing tool for Chrome".
Extension Screenshots
Download Whiteboard Extension CRX File
Download Whiteboard 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
The Whiteboard extension is a user-friendly tool that enables users to draw shapes, select different colors, erase drawings, and save their creations. This extension is perfect for brainstorming, teaching, and collaborating with others. It removes all the fluff and is the simplest whiteboard to use on the market. It's completely free. It requires no login.
Extension Basic Information
Name | Whiteboard |
ID | dadplapppabmajkijhlannlpclngnflb |
Official URL | https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb |
Description | A simple whiteboard drawing tool for Chrome |
File Size | 111 KB |
Installation Count | 123 |
Current Version | 1.1 |
Last Updated | 2023-04-23 |
Publish Date | 2023-04-22 |
Developer | FunWithExtensions |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whiteboard", "version": "1.1", "description": "A simple whiteboard drawing tool for Chrome", "manifest_version": 3, "icons": { "16": "draw.png", "48": "draw.png", "128": "draw.png" }, "action": { "default_title": "Whiteboard", "default_popup": "popup.html" }, "permissions": [] } |