Whiteboard
A simple whiteboard drawing tool for Chrome
Qu'est-ce que Whiteboard ?
Whiteboard est une extension Chrome développée par FunWithExtensions, et sa fonction principale est "A simple whiteboard drawing tool for Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Whiteboard
Téléchargez les fichiers d'extension Whiteboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Whiteboard |
ID | dadplapppabmajkijhlannlpclngnflb |
URL Officiel | https://chromewebstore.google.com/detail/whiteboard/dadplapppabmajkijhlannlpclngnflb |
Description | A simple whiteboard drawing tool for Chrome |
Taille du Fichier | 111 KB |
Nombre d'Installations | 123 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2023-04-23 |
Date de Publication | 2023-04-22 |
Développeur | FunWithExtensions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |