TinySketch

Create and save drawings at the click of a button.

TinySketch क्या है?

TinySketch Adam Howard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create and save drawings at the click of a button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TinySketch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TinySketch is a simple to use free extension that allows you to create and save quick and fun drawings while using Chrome!

———————————————————————————————————————

NEW FEATURES in Version 3:
 - Undo / Redo Buttons! About time right?
 - Dark mode! If your browser uses dark mode SketchPad updates accordingly.
 - Most recent used pen size and color are saved!

Other Features:
Touchscreen support, pen & eraser resizing, auto-saved drawings, bucket fill tool, eyedropper tool, and larger color palette!                    

एक्सटेंशन की मूल जानकारी

नाम TinySketch TinySketch
ID eekbbmglbfldjpgbmajenafphnfjonnc
आधिकारिक URL https://chromewebstore.google.com/detail/tinysketch/eekbbmglbfldjpgbmajenafphnfjonnc
विवरण Create and save drawings at the click of a button.
फ़ाइल का आकार 23.59 KB
स्थापना संख्या 305,504
वर्तमान संस्करण 3.1
अंतिम अपडेट 2021-10-19
प्रकाशन तिथि 2020-01-27
रेटिंग 4.08/5 कुल 301 रेटिंग्स
डेवलपर Adam Howard
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://adamhoward.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinySketch",
    "short_name": "TinySketch",
    "version": "3.1",
    "description": "Create and save drawings at the click of a button.",
    "background": {
        "scripts": [
            "sketch.js",
            "floodfill.min.js"
        ]
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "TinySketch",
        "default_popup": "popup.html"
    }
}