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是由yumarg開發的Chrome擴展程式,該擴展的主要功能是“Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle.”。

擴展截圖

screenshot
screenshot

下載SpeeDoodle擴展crx文件

下載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
官方網址 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"
    ]
}