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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |