Whiteboard
A simple whiteboard drawing tool for Chrome
O que é Whiteboard?
Whiteboard é uma extensão do Chrome desenvolvida por FunWithExtensions, e sua principal característica é "A simple whiteboard drawing tool for Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Whiteboard
Baixe arquivos de extensão Whiteboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Whiteboard |
ID | dadplapppabmajkijhlannlpclngnflb |
URL Oficial | https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb |
Descrição | A simple whiteboard drawing tool for Chrome |
Tamanho do Arquivo | 111 KB |
Contagem de Instalações | 123 |
Versão Atual | 1.1 |
Última Atualização | 2023-04-23 |
Data de Publicação | 2023-04-22 |
Desenvolvedor | FunWithExtensions |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |