SpeeDoodle

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

O que é SpeeDoodle?

SpeeDoodle é uma extensão do Chrome desenvolvida por yumarg, e sua principal característica é "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SpeeDoodle

Baixe arquivos de extensão SpeeDoodle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Oficial https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Descrição Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Tamanho do Arquivo 74.72 KB
Contagem de Instalações 2,414
Versão Atual 1.1.2
Última Atualização 2022-04-06
Data de Publicação 2018-01-31
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor yumarg
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}