SpeeDoodle

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

Τι είναι το SpeeDoodle;

Το SpeeDoodle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yumarg, και η κύρια λειτουργία του είναι "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SpeeDoodle

Λήψη αρχείων επέκτασης SpeeDoodle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
Επίσημο URL https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Περιγραφή Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Μέγεθος Αρχείου 74.72 KB
Αριθμός Εγκαταστάσεων 2,414
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2022-04-06
Ημερομηνία Δημοσίευσης 2018-01-31
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής yumarg
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}