SpeeDoodle

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

Apa itu SpeeDoodle?

SpeeDoodle adalah ekstensi Chrome yang dikembangkan oleh yumarg, dan fitur utamanya adalah "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SpeeDoodle

Unduh file ekstensi SpeeDoodle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Resmi https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Deskripsi Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Ukuran File 74.72 KB
Jumlah Instalasi 2,414
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-04-06
Tanggal Publikasi 2018-01-31
Penilaian 5.00/5 Total 3 Penilaian
Pengembang yumarg
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}