Whiteboard
A simple whiteboard drawing tool for Chrome
Whiteboard란 무엇입니까?
Whiteboard은(는) FunWithExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple whiteboard drawing tool for Chrome"입니다.
확장 프로그램 스크린샷
Whiteboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |