SpeeDoodle
Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Was ist SpeeDoodle?
SpeeDoodle ist eine Chrome-Erweiterung, die von yumarg entwickelt wurde, und ihr Hauptmerkmal ist "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".
Erweiterungsscreenshots
SpeeDoodle-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpeeDoodle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SpeeDoodle |
ID | lalbcphldbcignmifdmgjdidkegjhecd |
Offizielle URL | https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd |
Beschreibung | Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle. |
Dateigröße | 74.72 KB |
Installationsanzahl | 2,414 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2022-04-06 |
Veröffentlichungsdatum | 2018-01-31 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | yumarg |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |