Web Paint

Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!

Web Paint क्या है?

Web Paint Web Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive.

Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools.

Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive.

Just click on the app icon and your painting can begin!!                    

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

नाम Web Paint Web Paint
ID gennnndepkflndgcjajggdhclmghkpdl
आधिकारिक URL https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl
विवरण Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
फ़ाइल का आकार 100 KB
स्थापना संख्या 28,396
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2022-11-23
प्रकाशन तिथि 2021-01-08
रेटिंग 2.32/5 कुल 25 रेटिंग्स
डेवलपर Web Tools
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Web Paint"
    },
    "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Web Paint",
    "options_page": "\/background\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "Web Paint",
    "version": "1.3.2",
    "web_accessible_resources": [
        "\/lib\/jquery.min.js"
    ]
}