Web Page Highlighter

Highlight text on Web Page and Generate URL (Link) with the Highlighted text.

Τι είναι το Web Page Highlighter;

Το Web Page Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://7labs.io, και η κύρια λειτουργία του είναι "Highlight text on Web Page and Generate URL (Link) with the Highlighted text.".

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

screenshot
screenshot

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

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

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

                        Web Page Highlighter for Google Chrome allows a user to highlight a selected text fragment on a web page and generate a URL that automatically scrolls to the highlighted portion of the web page.

It is based on Chrome's native Scroll To Text Fragment feature. You might have noticed that clicking on Google Search results automatically takes you to a highlighted text fragment within the web page. This extension uses the same feature to highlight custom text.

Once the extension is installed, simply follow the steps below to generate the custom URL with highlighted text.

1. Select text on a web page
2. Right-click on the selection
3. Select "Copy URL with Highlighted text”

The copied URL will scroll the web page to the highlighted text fragment.

Features:

- Multi-paragraph selection support
- Optimized URL string
- Works natively with the latest version of Chrome on six Blink Platforms (Windows, Mac, Linux, Chrome OS, Android, and Android WebView).

References:
1. Scroll To Text Fragment | Official Notes - https://chromestatus.com/feature/4733392803332096
2. Blink Platforms - https://en.wikipedia.org/wiki/Blink_(browser_engine)                    

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

Όνομα Web Page Highlighter Web Page Highlighter
ID poemphopblfbpoaoglhbljbjfodofmpa
Επίσημο URL https://chromewebstore.google.com/detail/web-page-highlighter/poemphopblfbpoaoglhbljbjfodofmpa
Περιγραφή Highlight text on Web Page and Generate URL (Link) with the Highlighted text.
Μέγεθος Αρχείου 11.42 KB
Αριθμός Εγκαταστάσεων 1,729
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-02-15
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.25/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής https://7labs.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://7labs.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://7labs.io/contact
URL της Σελίδας Πολιτικής Απορρήτου https://7labs.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Page Highlighter",
    "version": "1.0.0",
    "description": "Highlight text on Web Page and Generate URL (Link) with the Highlighted text.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ]
}