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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the user to doodle using the mouse on a new tab page and provides options to download and copy the doodle."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpeeDoodle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |