SpeeDoodle

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

Qu'est-ce que SpeeDoodle ?

SpeeDoodle est une extension Chrome développée par yumarg, et sa fonction principale est "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SpeeDoodle

Téléchargez les fichiers d'extension SpeeDoodle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Officiel https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Description Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Taille du Fichier 74.72 KB
Nombre d'Installations 2,414
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-04-06
Date de Publication 2018-01-31
Évaluation 5.00/5 Total 3 Évaluations
Développeur yumarg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}