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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |