SpeeDoodle

Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.

¿Qué es SpeeDoodle?

SpeeDoodle es una extensión de Chrome desarrollada por yumarg, y su función principal es "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SpeeDoodle

Descarga archivos de extensión SpeeDoodle en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Oficial https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Descripción Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Tamaño del Archivo 74.72 KB
Cantidad de Instalaciones 2,414
Versión Actual 1.1.2
Última Actualización 2022-04-06
Fecha de Publicación 2018-01-31
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador yumarg
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}