Follow Along - Text Highlighter

A browser extension that allows the user to highlight text on hover.

Τι είναι το Follow Along - Text Highlighter;

Το Follow Along - Text Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ncfausti, και η κύρια λειτουργία του είναι "A browser extension that allows the user to highlight text on hover.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Follow Along - Text Highlighter

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

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

                        I created this tool to make reading webpages (and staying focused on the current line) on my laptop a little bit easier. Helpful for those with Dyslexia and ADHD.

Highlights text that is underneath the mouse cursor. Only works on paragraph tags in HTML, so it only highlights areas with lots of continuous text (e.g. blogs, newspaper articles, etc).

Created by Nick Fausti.
https://nickfausti.com                    

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

Όνομα Follow Along - Text Highlighter Follow Along - Text Highlighter
ID fhpbkbhoeipijhlijiiaeimjnicnmdae
Επίσημο URL https://chromewebstore.google.com/detail/follow-along-text-highlig/fhpbkbhoeipijhlijiiaeimjnicnmdae
Περιγραφή A browser extension that allows the user to highlight text on hover.
Μέγεθος Αρχείου 4.91 KB
Αριθμός Εγκαταστάσεων 112
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-12-05
Ημερομηνία Δημοσίευσης 2020-12-04
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής ncfausti
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Along - Text Highlighter",
    "description": "A browser extension that allows the user to highlight text on hover.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}