SpeeDoodle
Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
SpeeDoodle란 무엇입니까?
SpeeDoodle은(는) yumarg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle."입니다.
확장 프로그램 스크린샷
SpeeDoodle 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple chrome extension that replaces the New Tab page with a doodle space where users can easily draw a doodle using their mouse. Users can download their doodle as a PNG file or copy the doodle to Clipboard. User can also clear a drawing, erase parts of their drawing, change color of pencil, and change weight of pencil.
확장 프로그램 기본 정보
이름 | SpeeDoodle |
ID | lalbcphldbcignmifdmgjdidkegjhecd |
공식 URL | https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd |
설명 | Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle. |
파일 크기 | 74.72 KB |
설치 횟수 | 2,414 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2022-04-06 |
출시 날짜 | 2018-01-31 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | yumarg |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeeDoodle", "description": "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.", "version": "1.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-3.3.1.min.js", "clipboard.min.js", "spectrum.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "doodlespace.html" }, "permissions": [ "clipboardWrite" ] } |