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.".
Снимки экрана расширения
Скачать файл 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 |
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" ] } |