Web Paint - Page Marker & Editor

Draw shapes, paint lines, paint curves, add text on pages in real time. Take screenshot or print it. Paint Online.

Τι είναι το Web Paint - Page Marker & Editor;

Το Web Paint - Page Marker & Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον paint online, και η κύρια λειτουργία του είναι "Draw shapes, paint lines, paint curves, add text on pages in real time. Take screenshot or print it. Paint Online.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Paint - Page Marker & Editor

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

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

                        Web Paint - Page Marker & Editor enables you to make annotations and modifications on websites. This extension allows you to draw, add text, insert lines, and highlight content directly on web pages and PDFs. The tool is compatible with both mouse and touchscreen inputs, giving you the ability to create and save your edits to your device.

Whether you're a student, a professional, or simply an avid web user, this extension is a valuable addition. It offers a range of advanced annotation tools, such as a pencil, highlighter, color picker, arrow, polygon, text, and emojis.

Are you accustomed to highlighting important text in books or do you want to draw directly on websites in real-time from your browser? Perhaps you need to share your screen for tasks like reporting technical issues, creating product demonstrations, or crafting how-to tutorials.

Here's why you should consider using our extension:
- It includes all the features found in MS Paint.
- You can adjust the thickness, transparency, and choose preset colors.
- Capture a screenshot of the entire page.

Paint Online is a lightweight and free Chrome extension designed for educational purposes, introducing anyone to the world of drawing right within their browser. Additionally, it offers the opportunity to practice the alphabet, numbers, and artwork while learning.

The extension allows for full-page screen captures, saving the screenshots as PDFs or images. These instant captures are stored locally and don't generate online traffic. The screenshot tool functions offline and is incredibly user-friendly. You can easily choose between full-screen or partial area captures with a single click. Furthermore, you have the flexibility to customize the screenshots by adding text, drawing lines, arrows, and shapes.

The extension provides the following features:
1.Convenient hotkeys for each tool
2. Save drawings along with screenshots
3. Save images to your PC or print them
4. Crop and save specific image areas

We value your feedback! Our team is dedicated to offering you the best Chrome experience possible. If you find our extension helpful, please consider giving it a 5-star rating.                    

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

Όνομα Web Paint - Page Marker & Editor Web Paint - Page Marker & Editor
ID mnopmeepcnldaopgndiielmfoblaennk
Επίσημο URL https://chromewebstore.google.com/detail/web-paint-page-marker-edi/mnopmeepcnldaopgndiielmfoblaennk
Περιγραφή Draw shapes, paint lines, paint curves, add text on pages in real time. Take screenshot or print it. Paint Online.
Μέγεθος Αρχείου 146 KB
Αριθμός Εγκαταστάσεων 423,350
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2024-01-29
Ημερομηνία Δημοσίευσης 2023-08-06
Αξιολόγηση 4.81/5 Συνολικά 536 Αξιολογήσεις
Προγραμματιστής paint online
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/paint-editor/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,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,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "default-icon\/icon-128.png"
    },
    "icons": {
        "128": "default-icon\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/libs\/jquery-3.2.1.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "css": [
                "assets\/css\/modalRateUs.css"
            ]
        }
    ],
    "options_page": "settings.html",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}