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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}