Selection Rectangle Highlighting

Highlight any part of a page by drawing a selection rectangle like on your desktop.

Τι είναι το Selection Rectangle Highlighting;

Το Selection Rectangle Highlighting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mjh.at, και η κύρια λειτουργία του είναι "Highlight any part of a page by drawing a selection rectangle like on your desktop.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Selection Rectangle Highlighting

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

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

                        If you share your browser window during a presentation via Google Meet, Microsoft Teams, Skype or any other virtual meet-up tool, you can use this extension to highlight any area of the page that you show to your audience. This helps you to direct their attention to the points you are currently talking about.

It works like the selection rectangle on your desktop: Press and hold down your mouse button and draw a rectangle. Once you stop holding the mouse button, the rectangle will disappear. If you activate "permanent mode", you can draw multiple rectangles that will remain visible until you remove them.

You can choose from different colors to adapt the selection rectangle and make sure it is clearly visible on the current page.

For more details, please have a look at the help screen of the extension.                    

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

Όνομα Selection Rectangle Highlighting Selection Rectangle Highlighting
ID pdeniodjbhkniaknghlgmgecemeeofae
Επίσημο URL https://chromewebstore.google.com/detail/selection-rectangle-highl/pdeniodjbhkniaknghlgmgecemeeofae
Περιγραφή Highlight any part of a page by drawing a selection rectangle like on your desktop.
Μέγεθος Αρχείου 22.82 KB
Αριθμός Εγκαταστάσεων 432
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2023-02-17
Ημερομηνία Δημοσίευσης 2020-11-20
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://mjh.at
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Selection Rectangle Highlighting",
    "version": "2.1",
    "author": "Martin Huber (mjh.at)",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "description": "__MSG_ext_description__",
    "action": {
        "default_icon": "icon16.png",
        "default_title": "Selection Rectangle Highlighting"
    },
    "background": {
        "service_worker": "background.js"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "minimum_chrome_version": "88"
}