draw on page

tmove elements around and draw on page. Save screenshop to local drive

draw on page क्या है?

draw on page Nitro Rain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "tmove elements around and draw on page. Save screenshop to local drive"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        In real time, you may draw on any website.
Create a drawing on any website, then add text, lines, and highlights! With this web drawer extension, you can draw on the web or on PDFs with your mouse or touchscreen and save the results to your PC. On every webpage or website, you can paint, draw, and make marks.

1. In the top right corner of your browser, click the puzzle piece-shaped extensions icon. To make it easier to find, pin the Page Marker red marker icon.

2. Use your mouse or touchscreen to sketch on any webpage.

3. Click the color selection box to alter the marker's color.

4. Use the size slider to adjust the thickness.

5. Highlight lines of text with the highlighter tool.

6. Erase parts of your drawing with the eraser tool.

7. To add text to the webpage, use the text tool.

8. Draw straight lines with the line tool.

9. Use the undo/redo buttons to undo or redo your actions.

When you right-click this web drawer extension symbol, you can change the default color or thickness in the settings menu.                    

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

नाम draw on page draw on page
ID nogodhbmjjbngkjjimcannohcdpchlen
आधिकारिक URL https://chromewebstore.google.com/detail/draw-on-page/nogodhbmjjbngkjjimcannohcdpchlen
विवरण tmove elements around and draw on page. Save screenshop to local drive
फ़ाइल का आकार 272 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2022-04-21
प्रकाशन तिथि 2022-04-20
डेवलपर Nitro Rain
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ko-fi.com/lights4africa
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "draw on page",
    "description": "tmove elements around and draw on page. Save screenshop to local drive",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/res\/icon16.png",
        "24": ".\/res\/icon24.png",
        "32": ".\/res\/icon32.png",
        "48": ".\/res\/icon48.png",
        "64": ".\/res\/icon64.png",
        "128": ".\/res\/icon128.png",
        "256": ".\/res\/icon256.png",
        "512": ".\/res\/icon512.png"
    },
    "action": {
        "default_icons": {
            "16": ".\/res\/icon16.png",
            "24": ".\/res\/icon24.png",
            "32": ".\/res\/icon32.png",
            "48": ".\/res\/icon48.png",
            "64": ".\/res\/icon64.png",
            "128": ".\/res\/icon128.png",
            "256": ".\/res\/icon256.png",
            "512": ".\/res\/icon512.png"
        },
        "default_title": "highlight palette webapage"
    },
    "options_page": ".\/options\/options.html",
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/content\/palette.css",
                "\/res\/marker.png",
                "\/res\/eraser.png",
                "\/res\/save.png",
                "\/res\/pointer.png",
                "\/res\/highlighter.png",
                "\/res\/clear.png",
                "\/res\/undo.png",
                "\/res\/redo.png",
                "\/res\/cup-border.png",
                "\/res\/exit.png",
                "\/res\/line.png",
                "\/res\/text.png",
                "\/res\/move.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}