Smart Web Paint for Chrome

Draw on any web page with Smart Web Paint for Chrome!

Smart Web Paint for Chrome क्या है?

Smart Web Paint for Chrome https://web-paint-smart.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draw on any web page with Smart Web Paint for Chrome!"।

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

screenshot

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

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

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

                        Smart Web Paint for Chrome - drawing tool that works on web pages.
Features:

Draw on web pages
In-line paint tools e.g. pencil, text, line, arrows.
Change sizes and colors
Save as a PNG file
Copy to the clipboard

Please note:
The tool doesn't work on system pages such as browser settings (chrome://), new tab, Chrome Webstore                    

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

नाम Smart Web Paint for Chrome Smart Web Paint for Chrome
ID baaibngpibdagiocgahmnpkegfnldklp
आधिकारिक URL https://chromewebstore.google.com/detail/smart-web-paint-for-chrom/baaibngpibdagiocgahmnpkegfnldklp
विवरण Draw on any web page with Smart Web Paint for Chrome!
फ़ाइल का आकार 170 KB
स्थापना संख्या 754,358
वर्तमान संस्करण 1.8.6
अंतिम अपडेट 2023-07-18
प्रकाशन तिथि 2022-08-23
रेटिंग 4.41/5 कुल 27 रेटिंग्स
डेवलपर https://web-paint-smart.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://web-paint-smart.com
गोपनीयता नीति पृष्ठ URL https://web-paint-smart.com/privacy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Web Paint Smart",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.8.6",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}