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
}