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文件
下载SpeeDoodle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |