Web Paint Online

Transform Any Web Page into Your Canvas with Web Paint Online - The Browser Extension for Drawing on Web Pages!

Τι είναι το Web Paint Online;

Το Web Paint Online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rita Guzman, και η κύρια λειτουργία του είναι "Transform Any Web Page into Your Canvas with Web Paint Online - The Browser Extension for Drawing on Web Pages!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Web Paint Online

Λήψη αρχείων επέκτασης Web Paint Online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Web Paint Online: The Browser Extension for Drawing on Web Pages

Features:

⭐ Enables you to draw on any web page with a variety of tools and colors  
⭐ Saves your drawings directly in your browser  
⭐ Lightweight and easy to use  
⭐ Adds a new level of creativity and expression to your browsing experience  

How to Use:

1️⃣ Install Web Paint Online from your browser's app store  
2️⃣ Navigate to any web page you want to draw on  
3️⃣ Click the Web Paint icon in your browser's toolbar to open the drawing interface  
4️⃣ Use the tools and colors provided to create your masterpiece  
5️⃣ Save your drawing with a single click  

With Web Paint Online, you can turn any boring web page into your own personal canvas. Whether you're looking to express your creativity, take notes, or just have fun, this browser extension is the perfect tool for you. So why wait? Download Web Paint Online today and start drawing!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Paint Online Web Paint Online
ID pcgjkiiepdbfbhcddncidopmihdekemj
Επίσημο URL https://chromewebstore.google.com/detail/web-paint-online/pcgjkiiepdbfbhcddncidopmihdekemj
Περιγραφή Transform Any Web Page into Your Canvas with Web Paint Online - The Browser Extension for Drawing on Web Pages!
Μέγεθος Αρχείου 166 KB
Αριθμός Εγκαταστάσεων 2,000,000
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2023-03-16
Ημερομηνία Δημοσίευσης 2023-03-06
Αξιολόγηση 4.51/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής Rita Guzman
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/e/2PACX-1vRJz9DCcO0DrU2RM8xff_R_kWrEOT0XK3-B_uT4y5jwMjLGJlXHlqMCvtUOA9ZeeqdX0Bd0jagwFqvJ/pub
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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 Online",
    "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.1.1",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}