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 |
Eメール | [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": [] } |