Whiteboard
A simple whiteboard drawing tool for Chrome
什么是Whiteboard?
Whiteboard是由FunWithExtensions开发的Chrome扩展程序,该扩展的主要功能是“A simple whiteboard drawing tool for Chrome”。
扩展截图
下载Whiteboard扩展crx文件
下载Whiteboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Whiteboard |
ID | dadplapppabmajkijhlannlpclngnflb |
官方URL | https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb |
简介 | A simple whiteboard drawing tool for Chrome |
文件大小 | 111 KB |
安装次数 | 123 |
当前版本 | 1.1 |
更新时间 | 2023-04-23 |
上架时间 | 2023-04-22 |
开发者 | FunWithExtensions |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [] } |