SpeeDoodle

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

SpeeDoodle là gì?

SpeeDoodle là một tiện ích mở rộng Chrome được phát triển bởi yumarg, và tính năng chính của nó là "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SpeeDoodle

Tải xuống các tệp mở rộng SpeeDoodle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SpeeDoodle SpeeDoodle
ID lalbcphldbcignmifdmgjdidkegjhecd
URL Chính Thức https://chromewebstore.google.com/detail/speedoodle/lalbcphldbcignmifdmgjdidkegjhecd
Mô tả Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.
Kích Thước Tệp 74.72 KB
Số Lần Cài Đặt 2,414
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-04-06
Ngày Phát Hành 2018-01-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển yumarg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}