Follow Along - Text Highlighter

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

Follow Along - Text Highlighter là gì?

Follow Along - Text Highlighter là một tiện ích mở rộng Chrome được phát triển bởi ncfausti, và tính năng chính của nó là "A browser extension that allows the user to highlight text on hover.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Follow Along - Text Highlighter

Tải xuống các tệp mở rộng Follow Along - Text Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Follow Along - Text Highlighter Follow Along - Text Highlighter
ID fhpbkbhoeipijhlijiiaeimjnicnmdae
URL Chính Thức https://chromewebstore.google.com/detail/follow-along-text-highlig/fhpbkbhoeipijhlijiiaeimjnicnmdae
Mô tả A browser extension that allows the user to highlight text on hover.
Kích Thước Tệp 4.91 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-05
Ngày Phát Hành 2020-12-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ncfausti
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}