SpeeDoodle

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

Vad är SpeeDoodle?

SpeeDoodle är en Chrome-tillägg utvecklad av yumarg, och dess huvudfunktion är "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SpeeDoodle-förlängningens CRX-fil

Ladda ner SpeeDoodle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
Officiell webbadress https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Beskrivning Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Filstorlek 74.72 KB
Antal Installationer 2,414
Aktuell Version 1.1.2
Senast Uppdaterad 2022-04-06
Publiceringsdatum 2018-01-31
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare yumarg
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}