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 |
官方網址 | 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": [] } |