Follow Along - Text Highlighter

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

Apa itu Follow Along - Text Highlighter?

Follow Along - Text Highlighter adalah ekstensi Chrome yang dikembangkan oleh ncfausti, dan fitur utamanya adalah "A browser extension that allows the user to highlight text on hover.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Follow Along - Text Highlighter

Unduh file ekstensi Follow Along - Text Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Follow Along - Text Highlighter Follow Along - Text Highlighter
ID fhpbkbhoeipijhlijiiaeimjnicnmdae
URL Resmi https://chromewebstore.google.com/detail/follow-along-text-highlig/fhpbkbhoeipijhlijiiaeimjnicnmdae
Deskripsi A browser extension that allows the user to highlight text on hover.
Ukuran File 4.91 KB
Jumlah Instalasi 112
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-12-05
Tanggal Publikasi 2020-12-04
Penilaian 1.00/5 Total 1 Penilaian
Pengembang ncfausti
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}