Page Marker - Draw on Web

Draw or highlight on any website in real time. Add text, lines, and shapes. Move, undo, or redo anything you draw.

Τι είναι το Page Marker - Draw on Web;

Το Page Marker - Draw on Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pagemarker.org, και η κύρια λειτουργία του είναι "Draw or highlight on any website in real time. Add text, lines, and shapes. Move, undo, or redo anything you draw.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Draw on any website, add text, add lines, and highlight! With Page Marker, you can use your mouse or touchscreen to draw on the web or on PDFs and save it to your computer. Paint, draw, and mark on any webpage or website.

Instructions:
1. Click the puzzle piece-shaped extensions icon in the top right corner of your browser. Pin the Page Marker red marker icon for ease of access.

2. Begin drawing on any webpage with your mouse or touchscreen.

3. To change the color of the marker, click on the color selecting box.

4. To change thickness, use the size slider.

5. Use the highlighter tool to highlight lines of text.

6. Use the eraser tool to erase parts of your drawing.

7. Use the text tool to add text to the website.

8. Use the line tool to draw straight lines.

9. To undo or redo, click the corresponding undo/redo buttons.

10. Change the default color or thickness in the options menu when you right click the Page Marker icon.

Shortcuts:
Marker - "Shift" + "D"
Highlighter - "Shift" + "H"
Eraser - "Shift" + "E"
Pointer - "Shift" + "P"
Text - "Shift" + "T"
Move - "Shift" + "M"
Undo - "Shift" + "U"
Redo - "Shift" + "R"
Clear - "Shift" + "X"
Exit - "ESC"                    

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

Όνομα Page Marker - Draw on Web Page Marker - Draw on Web
ID jfiihjeimjpkpoaekpdpllpaeichkiod
Επίσημο URL https://chromewebstore.google.com/detail/page-marker-draw-on-web/jfiihjeimjpkpoaekpdpllpaeichkiod
Περιγραφή Draw or highlight on any website in real time. Add text, lines, and shapes. Move, undo, or redo anything you draw.
Μέγεθος Αρχείου 133 KB
Αριθμός Εγκαταστάσεων 800,000
Τρέχουσα Έκδοση 5.7
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2020-05-30
Αξιολόγηση 3.95/5 Συνολικά 491 Αξιολογήσεις
Προγραμματιστής https://pagemarker.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://pagemarker.org/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Marker - Draw on Web",
    "description": "Draw or highlight on any website in real time. Add text, lines, and shapes. Move, undo, or redo anything you draw.",
    "version": "5.7",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "icons": {
        "128": "icon.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Page Marker"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "main.css",
                "marker.png",
                "eraser.png",
                "save.png",
                "pointer.png",
                "highlighter.png",
                "clear.png",
                "undo.png",
                "redo.png",
                "move.png",
                "text.png",
                "line.png",
                "exit.png",
                "cup-border.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}