SpeeDoodle

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

Cos'è SpeeDoodle?

SpeeDoodle è un'estensione di Chrome sviluppata da yumarg, e la sua funzione principale è "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SpeeDoodle

Scarica i file di estensione SpeeDoodle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Ufficiale https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Descrizione Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Dimensione del File 74.72 KB
Conteggio Installazioni 2,414
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-04-06
Data di Pubblicazione 2018-01-31
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore yumarg
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}